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.

classification
Title: \d missing from effects of re.ASCII flag
Type: Stage:
Components: Documentation Versions: Python 3.0, Python 3.1
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: MLModel, georg.brandl
Priority: normal Keywords:

Created on 2009-06-08 01:51 by MLModel, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg89064 - (view) Author: Mitchell Model (MLModel) Date: 2009-06-08 01:51
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.
msg89067 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2009-06-08 07:50
Thanks, fixed in r73285.
History
Date User Action Args
2022-04-11 14:56:49adminsetgithub: 50484
2009-06-08 07:50:00georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg89067
2009-06-08 01:51:21MLModelcreate