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 Phillip.M.Feldman@gmail.com, ash, mrabarnett
Date 2009-08-07.23:54:45
SpamBayes Score 0.26491517
Marked as misclassified No
Message-id <1249689287.84.0.454095568259.issue6663@psf.upfronthosting.co.za>
In-reply-to
Content
In a regular expression (...) will group and capture, whereas (?:...)
will only group and not capture.
History
Date User Action Args
2009-08-07 23:54:47mrabarnettsetrecipients: + mrabarnett, ash, Phillip.M.Feldman@gmail.com
2009-08-07 23:54:47mrabarnettsetmessageid: <1249689287.84.0.454095568259.issue6663@psf.upfronthosting.co.za>
2009-08-07 23:54:46mrabarnettlinkissue6663 messages
2009-08-07 23:54:46mrabarnettcreate