New submission from Mitchell Model <m...@acm.org>: 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.
---------- assignee: georg.brandl components: Documentation messages: 89064 nosy: MLModel, georg.brandl severity: normal status: open title: \d missing from effects of re.ASCII flag versions: Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6235> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com