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 mrabarnett
Recipients mrabarnett
Date 2008-09-09.21:07:33
SpamBayes Score 0.03599704
Marked as misclassified No
Message-id <1220994473.73.0.878276412191.issue3825@psf.upfronthosting.co.za>
In-reply-to
Content
This is a major reworking of the re module in Python 2.5.2.

Added atomic groups.
Added possessive quantifiers.
Lookbehinds can now be variable length.
Typically x2 faster.

More changes to follow.
History
Date User Action Args
2008-09-09 21:07:54mrabarnettsetrecipients: + mrabarnett
2008-09-09 21:07:53mrabarnettsetmessageid: <1220994473.73.0.878276412191.issue3825@psf.upfronthosting.co.za>
2008-09-09 21:07:52mrabarnettlinkissue3825 messages
2008-09-09 21:07:52mrabarnettcreate