From: Mark Dickinson Date: Tue, 28 Jul 2009 20:35:55 +0000 (+0000) Subject: Blocked revisions 74240 via svnmerge X-Git-Tag: v2.6.3rc1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8130518fab08efb18fd7d7cab6b8a1f4de006b3;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.) ........ ---