http://code.djangoproject.com/ticket/1484 - request part
http://code.djangoproject.com/ticket/1569 - response part
I use them both on a daily basis in two projects and I think thay are
pretty stable. Both are backwards-compatible. Can they be evaluated and
commited? To be honest this behavior seems pretty natural for a
framework :-)
One note: both patches change httpwrappers.py (http/__init__.py in
magic-removal) and it may be difficult to apply them one by one. I could
create a cumulative patch as they are both im my local tree.
This looks pretty good to me; a unified patch certainly would make it
easier to apply both tickets at once (since they seem analogous).
Want to open a unified ticket with a single patch?
Jacob
I'll try to evaluate these today.
Adrian
--
Adrian Holovaty
holovaty.com | djangoproject.com
I just saw that Adrian has now commited the "response" part so unified
patch is not needed anymore. I'll update "request" patch for new lines
count (and try to fix code styling issues as I keep writing it wrong
:-( ).
>I just saw that Adrian has now commited the "response" part so unified
>patch is not needed anymore. I'll update "request" patch for new lines
>count (and try to fix code styling issues as I keep writing it wrong
>:-( ).
>
>
Done