]> granicus.if.org Git - python/commit
Issue #6561: '\d' regular expression should not match characters of
authorMark Dickinson <dickinsm@gmail.com>
Tue, 28 Jul 2009 20:35:03 +0000 (20:35 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Tue, 28 Jul 2009 20:35:03 +0000 (20:35 +0000)
commitfe67bd91685f89fbf95ee9727ce03d20dea3e9b8
treea05a8cfba86d1994b8e8af49ec5cef9924760008
parent8d31f5413ccbd1857bac21887272f06a84cca619
Issue #6561: '\d' regular expression should not match characters of
category [No]; only those of category [Nd].  (Backport of r74237
from py3k.)
Doc/library/re.rst
Lib/test/test_re.py
Misc/NEWS
Modules/_sre.c