Message 303669 - Python tracker

Message303669

Author methane
Recipients barry, ezio.melotti, methane, mrabarnett, serhiy.storchaka
Date 2017-10-04.03:51:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507089113.55.0.213398074469.issue31677@psf.upfronthosting.co.za>
In-reply-to
Content
> It's better to keep the re.IGNORECASE since the RFC also says:
>
>   Both 'encoding' and 'charset' names are case-independent.  Thus the
>   charset name "ISO-8859-1" is equivalent to "iso-8859-1", and the
>   encoding named "Q" may be spelled either "Q" or "q".

I'm sorry, I've committed before reading this.
But I think it's not problem, because re.IGNORECASE doesn't affect to
"(?P<charset>[^?]*?)" pattern.
History
Date User Action Args
2017-10-04 03:51:53methanesetrecipients: + methane, barry, ezio.melotti, mrabarnett, serhiy.storchaka
2017-10-04 03:51:53methanesetmessageid: <1507089113.55.0.213398074469.issue31677@psf.upfronthosting.co.za>
2017-10-04 03:51:53methanelinkissue31677 messages
2017-10-04 03:51:52methanecreate