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 selik
Recipients selik
Date 2017-04-03.03:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491191052.84.0.321633971824.issue29965@psf.upfronthosting.co.za>
In-reply-to
Content
Currently, slicing a MatchObject causes an IndexError and len() a TypeError. It's natural to expect slicing and len to work on objects of a finite length that index by natural numbers.
History
Date User Action Args
2017-04-03 03:44:12seliksetrecipients: + selik
2017-04-03 03:44:12seliksetmessageid: <1491191052.84.0.321633971824.issue29965@psf.upfronthosting.co.za>
2017-04-03 03:44:12seliklinkissue29965 messages
2017-04-03 03:44:12selikcreate