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 mgorny
Recipients Mike.Lissner, gregory.p.smith, lukasz.langa, mgorny, miss-islington, orsenthil, xtreak
Date 2021-05-04.10:57:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620125859.65.0.986077259386.issue43882@roundup.psfhosted.org>
In-reply-to
Content
I hate to be the bearer of bad news but I've already found this change to be breaking tests of botocore and django.  In both cases, the test failure is apparently because upstream used to reject URLs after finding newlines in the split components, and now they're silently stripped away.

Filed bugs:
https://github.com/boto/botocore/issues/2377
https://code.djangoproject.com/ticket/32713

Note that I'm not saying the change should be reverted.
History
Date User Action Args
2021-05-04 10:57:39mgornysetrecipients: + mgorny, gregory.p.smith, orsenthil, lukasz.langa, Mike.Lissner, miss-islington, xtreak
2021-05-04 10:57:39mgornysetmessageid: <1620125859.65.0.986077259386.issue43882@roundup.psfhosted.org>
2021-05-04 10:57:39mgornylinkissue43882 messages
2021-05-04 10:57:39mgornycreate