Message303695
On Oct 3, 2017, at 23:51, INADA Naoki <report@bugs.python.org> wrote:
>> 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.
I think you’re change is fine, no need to revert or modify it. |
|
| Date |
User |
Action |
Args |
| 2017-10-04 14:07:33 | barry | set | recipients:
+ barry, ezio.melotti, mrabarnett, methane, serhiy.storchaka |
| 2017-10-04 14:07:33 | barry | link | issue31677 messages |
| 2017-10-04 14:07:32 | barry | create | |
|