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 r.david.murray
Recipients Seth.Troisi, docs@python, ezio.melotti, r.david.murray
Date 2011-05-24.00:54:14
SpamBayes Score 0.006414292
Marked as misclassified No
Message-id <1306198455.45.0.282867243316.issue12162@psf.upfronthosting.co.za>
In-reply-to
Content
Read the description of strings and raw strings at the top of the re documentation for the answer to your question about \\.  It would probably be better if the example regular expression was written r'(.+) \1' instead of as a bare expression as it is now.
History
Date User Action Args
2011-05-24 00:54:15r.david.murraysetrecipients: + r.david.murray, ezio.melotti, docs@python, Seth.Troisi
2011-05-24 00:54:15r.david.murraysetmessageid: <1306198455.45.0.282867243316.issue12162@psf.upfronthosting.co.za>
2011-05-24 00:54:14r.david.murraylinkissue12162 messages
2011-05-24 00:54:14r.david.murraycreate