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 jaraco
Recipients ammar2, benjamin.peterson, gregory.p.smith, jaraco, larry, lukasz.langa, mcepl, ned.deily, tburke, webknjaz, xtreak
Date 2019-09-21.07:45:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1569051926.15.0.173848081959.issue38216@roundup.psfhosted.org>
In-reply-to
Content
> I'm not against that concept, but it is only appropriate for >= 3.9 as that'd be adding a feature.  This issue is marked a release blocker to decide what to do for 3.5-3.7 (and maybe 3.8 if deemed a serious breaking change).

The key part of the regression for 2.7 and 3.5+ was that it became impractical to retain the existing behavior of sending invalid bytes. My recommendation is to provide a mechanism to achieve compatibility with the older versions of Python. Although it's a "feature", it's also a feature necessitated by the security bugfix and to alleviate the regression. For this reason, I think the change should be applied to all Python versions that were patched for the security issue.
History
Date User Action Args
2019-09-21 07:45:26jaracosetrecipients: + jaraco, gregory.p.smith, larry, benjamin.peterson, ned.deily, mcepl, lukasz.langa, webknjaz, ammar2, tburke, xtreak
2019-09-21 07:45:26jaracosetmessageid: <1569051926.15.0.173848081959.issue38216@roundup.psfhosted.org>
2019-09-21 07:45:26jaracolinkissue38216 messages
2019-09-21 07:45:25jaracocreate