[issue10458] 2.7 += re.ASCII

2010-11-19 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- resolution: -> rejected status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue10458] 2.7 += re.ASCII

2010-11-19 Thread Éric Araujo
Éric Araujo added the comment: Agreed. -- nosy: +eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: h

[issue10458] 2.7 += re.ASCII

2010-11-19 Thread Martin v . Löwis
Martin v. Löwis added the comment: -1. That's a new feature. -- nosy: +loewis ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue10458] 2.7 += re.ASCII

2010-11-19 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue10458] 2.7 += re.ASCII

2010-11-19 Thread Hallvard B Furuseth
New submission from Hallvard B Furuseth : Could Python 2.7 get a dummy re.ASCII = re.A flag, for source code compatibility with 3.2? -- components: Regular Expressions messages: 121520 nosy: hfuru priority: normal severity: normal status: open title: 2.7 += re.ASCII type: feature request