From: Mark Dickinson Date: Tue, 28 Jul 2009 20:36:23 +0000 (+0000) Subject: Blocked revisions 74240 via svnmerge X-Git-Tag: v3.2a1~2727 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1c277ec649a7de4beaaa42f2fe91629feed1d16f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 74240 via svnmerge ........ r74240 | mark.dickinson | 2009-07-28 21:35:03 +0100 (Tue, 28 Jul 2009) | 4 lines Issue #6561: '\d' regular expression should not match characters of category [No]; only those of category [Nd]. (Backport of r74237 from py3k.) ........ ---