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 brian.curtin
Recipients Asheesh.Laroia, amaury.forgeotdarc, brian.curtin, christian.heimes, ezio.melotti, georg.brandl, r.david.murray, rarana, terry.reedy
Date 2010-07-29.01:40:55
SpamBayes Score 0.07319278
Marked as misclassified No
Message-id <1280367662.68.0.561053608671.issue6538@psf.upfronthosting.co.za>
In-reply-to
Content
How does this patch look? It changes RegexObject to _sre.SRE_Pattern and MatchObject to _sre.SRE_Match. Additionally, references are used to link to those classes generically as "match objects" or "compiled regular expressions" rather than the fake classes used before.
History
Date User Action Args
2010-07-29 01:41:03brian.curtinsetrecipients: + brian.curtin, georg.brandl, terry.reedy, amaury.forgeotdarc, christian.heimes, ezio.melotti, r.david.murray, Asheesh.Laroia, rarana
2010-07-29 01:41:02brian.curtinsetmessageid: <1280367662.68.0.561053608671.issue6538@psf.upfronthosting.co.za>
2010-07-29 01:41:00brian.curtinlinkissue6538 messages
2010-07-29 01:41:00brian.curtincreate