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 tzickel
Recipients cschmidbauer, martin.panter, tzickel
Date 2019-09-04.04:23:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567571004.52.0.32623600619.issue36226@roundup.psfhosted.org>
In-reply-to
Content
It should be noted that this causes a big headache for users of requests / urllib3 / etc... as those print on each multipart response a logging warning based on this bug, and it might cause people to go try debugging valid code:

https://github.com/urllib3/urllib3/issues/800

https://github.com/psf/requests/issues/3001

https://github.com/diyan/pywinrm/issues/269

https://github.com/jborean93/pypsrp/issues/39

https://github.com/home-assistant/home-assistant/pull/17042

https://github.com/Azure/azure-storage-python/issues/167

and others....
History
Date User Action Args
2019-09-04 04:23:24tzickelsetrecipients: + tzickel, martin.panter, cschmidbauer
2019-09-04 04:23:24tzickelsetmessageid: <1567571004.52.0.32623600619.issue36226@roundup.psfhosted.org>
2019-09-04 04:23:24tzickellinkissue36226 messages
2019-09-04 04:23:24tzickelcreate