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 brandon-rhodes, christian.heimes, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2013-11-09.17:02:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384016561.93.0.302934554696.issue19536@psf.upfronthosting.co.za>
In-reply-to
Content
We discussed this recently on #python-dev, and I don't think that it's worth to add indexing to match object. It will be confused that len(match) != len(match.groups()). I don't know any use case for indexing, it doesn't add anything new except yet one way to access a group. This feature not only increases maintaining complexity, but it also increases a number of things which should learn and remember Python programmer.
History
Date User Action Args
2013-11-09 17:02:41serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, ezio.melotti, mrabarnett, brandon-rhodes
2013-11-09 17:02:41serhiy.storchakasetmessageid: <1384016561.93.0.302934554696.issue19536@psf.upfronthosting.co.za>
2013-11-09 17:02:41serhiy.storchakalinkissue19536 messages
2013-11-09 17:02:41serhiy.storchakacreate