commit | 4b4567347310031b2e28f26e7d8b4430722de2f9 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 04 21:56:04 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Tue Aug 04 21:56:04 2009 +0000 |
tree | 983a14832ab047555fe3d65c4a08e48ccefe430d | |
parent | 4809c737d3d8b236d84e11ed24c26d1dba3a99a5 [diff] |
Issue #6620: Slightly safer code for _grouping_intervals in the locale module. Fixes a 'possible use before assignment' warning from pylint. Thanks Vincent Legoll.