Message224495
I think that if the regex module will be adopted in the stdlib, not all it's feature should be included. Regex is too complicated. In particular indexing looks confusing (due to ambiguity of starting index and redundant first item in unpacking). If we will not add support for indexing, there will no incompatibility.
There is yet one solution:
0) Reject both iterating and indexing. |
|
Date |
User |
Action |
Args |
2014-08-01 13:02:53 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, timehorse, ezio.melotti, mrabarnett, moreati, MizardX |
2014-08-01 13:02:53 | serhiy.storchaka | set | messageid: <1406898173.12.0.627041355889.issue9529@psf.upfronthosting.co.za> |
2014-08-01 13:02:53 | serhiy.storchaka | link | issue9529 messages |
2014-08-01 13:02:53 | serhiy.storchaka | create | |
|