[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Message 309475 - Python tracker

Message309475

Author serhiy.storchaka
Recipients barry, ezio.melotti, methane, mrabarnett, rhettinger, serhiy.storchaka
Date 2018-01-04.17:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515087609.14.0.467229070634.issue31672@psf.upfronthosting.co.za>
In-reply-to
Content
Results.

There are 4 cases:

1) default idpattern and flags
2) overridden only idpattern
3) overridden only flags
4) overridden both idpattern and flags

The case 1 was the one that was broken when this issue was opened. The initial Inada's version fixed the case 1, but broke the case 2. His final version (applied also to 3.6) fixed the case 1, but broke the case 3. This is a win, because cases 1 and 2 look much more common than the case 3. And finally PR 5099 has fixed also the case 3. The case 4 obviously is not affected by any changes of default values.

Now all four cases are correct in 3.7 and the only broken case in 3.6 is the uncommon case 3.
History
Date User Action Args
2018-01-04 17:40:09serhiy.storchakasetrecipients: + serhiy.storchaka, barry, rhettinger, ezio.melotti, mrabarnett, methane
2018-01-04 17:40:09serhiy.storchakasetmessageid: <1515087609.14.0.467229070634.issue31672@psf.upfronthosting.co.za>
2018-01-04 17:40:09serhiy.storchakalinkissue31672 messages
2018-01-04 17:40:09serhiy.storchakacreate