From: Mark Dickinson Date: Tue, 4 Aug 2009 21:58:33 +0000 (+0000) Subject: Blocked revisions 74312 via svnmerge X-Git-Tag: v2.6.3rc1~115 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=01c90a2c1ce8fca2802bc718874b0101b804a30d;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 74312 via svnmerge ........ r74312 | mark.dickinson | 2009-08-04 22:56:04 +0100 (Tue, 04 Aug 2009) | 4 lines Issue #6620: Slightly safer code for _grouping_intervals in the locale module. Fixes a 'possible use before assignment' warning from pylint. Thanks Vincent Legoll. ........ ---