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 scop
Recipients berker.peksag, docs@python, scop, vstinner
Date 2016-10-11.20:07:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476216443.29.0.0485930426488.issue28393@psf.upfronthosting.co.za>
In-reply-to
Content
I believe (but haven't checked) that additionally, encoding names are case insensitive with respect to the fast-path behavior. But then again I also suppose that's the way it was before #27938 as well, which is why I didn't change that in this patch. But why not add it while at it, if I'm correct. Something like this revised patch?
History
Date User Action Args
2016-10-11 20:07:23scopsetrecipients: + scop, vstinner, docs@python, berker.peksag
2016-10-11 20:07:23scopsetmessageid: <1476216443.29.0.0485930426488.issue28393@psf.upfronthosting.co.za>
2016-10-11 20:07:23scoplinkissue28393 messages
2016-10-11 20:07:23scopcreate