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 ezio.melotti, loewis, mrabarnett, py.user
Date 2012-03-10.01:09:36
SpamBayes Score 0.044841968
Marked as misclassified No
Message-id <1331341777.24.0.703544869453.issue14237@psf.upfronthosting.co.za>
In-reply-to
Content
\s matches a character, whereas \A and \Z don't. Within a character set \s makes sense, but \A and \Z don't, so they should be treated as literals.
History
Date User Action Args
2012-03-10 01:09:37mrabarnettsetrecipients: + mrabarnett, loewis, ezio.melotti, py.user
2012-03-10 01:09:37mrabarnettsetmessageid: <1331341777.24.0.703544869453.issue14237@psf.upfronthosting.co.za>
2012-03-10 01:09:36mrabarnettlinkissue14237 messages
2012-03-10 01:09:36mrabarnettcreate