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 tlynn
Recipients
Date 2007-04-27.11:35:43
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
I'd like to see a regexp.exact() method on regexp objects, equivalent to regexp.search(r'\A%s\Z' % pattern, ...), for parsing binary formats.

It's probably not worth disturbing the current library interface for, but maybe in Py3k?
History
Date User Action Args
2007-08-23 16:12:47adminlinkissue1708652 messages
2007-08-23 16:12:47admincreate