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 MLModel
Recipients MLModel, georg.brandl
Date 2009-06-08.01:51:21
SpamBayes Score 7.6247295e-07
Marked as misclassified No
Message-id <1244425883.3.0.62231385408.issue6235@psf.upfronthosting.co.za>
In-reply-to
Content
In the documentation of the re module the ASCII flag is described as
"Make \w, \W, \b, \B, \s and \S perform ASCII-only matching instead of
full Unicode matching." This should also include \d and \D.
History
Date User Action Args
2009-06-08 01:51:23MLModelsetrecipients: + MLModel, georg.brandl
2009-06-08 01:51:23MLModelsetmessageid: <1244425883.3.0.62231385408.issue6235@psf.upfronthosting.co.za>
2009-06-08 01:51:21MLModellinkissue6235 messages
2009-06-08 01:51:21MLModelcreate