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 ezio.melotti
Recipients docs@python, eric.araujo, ezio.melotti, fdrake, serhiy.storchaka, terry.reedy
Date 2012-10-25.17:55:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351187724.65.0.260919975215.issue16240@psf.upfronthosting.co.za>
In-reply-to
Content
For a literal match, wrap the meta-characters in brackets.  For example, ``'[?]'`` matches the character ``'?'``.

Stating the goal at the beginning of the sentence will make this easier to find while skimming through the doc.
History
Date User Action Args
2012-10-25 17:55:24ezio.melottisetrecipients: + ezio.melotti, fdrake, terry.reedy, eric.araujo, docs@python, serhiy.storchaka
2012-10-25 17:55:24ezio.melottisetmessageid: <1351187724.65.0.260919975215.issue16240@psf.upfronthosting.co.za>
2012-10-25 17:55:24ezio.melottilinkissue16240 messages
2012-10-25 17:55:24ezio.melotticreate