This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients MizardX, ezio.melotti, moreati, mrabarnett, serhiy.storchaka, timehorse
Date 2014-08-01.13:02:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406898173.12.0.627041355889.issue9529@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-08-01 13:02:53serhiy.storchakasetrecipients: + serhiy.storchaka, timehorse, ezio.melotti, mrabarnett, moreati, MizardX
2014-08-01 13:02:53serhiy.storchakasetmessageid: <1406898173.12.0.627041355889.issue9529@psf.upfronthosting.co.za>
2014-08-01 13:02:53serhiy.storchakalinkissue9529 messages
2014-08-01 13:02:53serhiy.storchakacreate