Message 81938 - Python tracker
Message81938
| Author | ezio.melotti |
|---|---|
| Recipients | ezio.melotti, ocean-city, pitrou |
| Date | 2009-02-13.14:44:17 |
| SpamBayes Score | 0.0019486889 |
| Marked as misclassified | No |
| Message-id | <1234536262.25.0.0826031247434.issue5239@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I think Py3 with re.ASCII is the same as Py2 without re.UNICODE (and Py3 without re.ASCII is the same as Py2 with re.UNICODE). It's probably a good idea to have a coherent behavior between Py2 and Py3, so if we remove re.ASCII from Py3 we should add re.UNICODE to Py2. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2009-02-13 14:44:22 | ezio.melotti | set | recipients: + ezio.melotti, pitrou, ocean-city |
| 2009-02-13 14:44:22 | ezio.melotti | set | messageid: <1234536262.25.0.0826031247434.issue5239@psf.upfronthosting.co.za> |
| 2009-02-13 14:44:18 | ezio.melotti | link | issue5239 messages |
| 2009-02-13 14:44:17 | ezio.melotti | create | |