Message81938
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. |
|
| 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: <[email protected]> |
| 2009-02-13 14:44:18 | ezio.melotti | link | issue5239 messages |
| 2009-02-13 14:44:17 | ezio.melotti | create | |
|