commit | 0c70d2d144e611b1899b9bc134b82dcf2899e817 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 11 22:35:34 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Apr 11 22:35:34 2010 +0000 |
tree | b34d8802570f62547ce6e1b3c2dec53219a11e41 | |
parent | 99f0376a7575d3c7c3d1eace9db4d9dd41b3d081 [diff] |
Merged revisions 79977 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79977 | antoine.pitrou | 2010-04-12 00:32:39 +0200 (lun., 12 avril 2010) | 4 lines Issue #8374: Update the internal alias table in the :mod:`locale` module to cover recent locale changes and additions. ........