This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Tim.Graham
Recipients Tim.Graham, berker.peksag, georg.brandl, pitrou, r.david.murray
Date 2014-10-29.10:40:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414579257.26.0.370219363469.issue22758@psf.upfronthosting.co.za>
In-reply-to
Content
I wasn't sure if it was expected behavior or not. I'm attaching a file with the list of failing tests on Django's master.

Perhaps more useful is a reference to the problematic usage in Django:

https://github.com/django/django/blob/349471eeb9a4db2f5d8e95cb6555e7b3f2c94e3f/django/http/response.py#L208-L217

That logic was added to fix https://code.djangoproject.com/ticket/15863.
History
Date User Action Args
2014-10-29 10:40:57Tim.Grahamsetrecipients: + Tim.Graham, georg.brandl, pitrou, r.david.murray, berker.peksag
2014-10-29 10:40:57Tim.Grahamsetmessageid: <1414579257.26.0.370219363469.issue22758@psf.upfronthosting.co.za>
2014-10-29 10:40:57Tim.Grahamlinkissue22758 messages
2014-10-29 10:40:57Tim.Grahamcreate