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 fdrake
Recipients docs@python, eric.araujo, ezio.melotti, fdrake, serhiy.storchaka, terry.reedy
Date 2012-10-25.17:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351186813.62.0.110274364871.issue16240@psf.upfronthosting.co.za>
In-reply-to
Content
Better (IMO):

Wrap the meta-characters in brackets for a literal match.  For example, ``'[?]'`` matches the character ``'?'``.
History
Date User Action Args
2012-10-25 17:40:13fdrakesetrecipients: + fdrake, terry.reedy, ezio.melotti, eric.araujo, docs@python, serhiy.storchaka
2012-10-25 17:40:13fdrakesetmessageid: <1351186813.62.0.110274364871.issue16240@psf.upfronthosting.co.za>
2012-10-25 17:40:13fdrakelinkissue16240 messages
2012-10-25 17:40:13fdrakecreate