]> git.ipfire.org Git - thirdparty/babel.git/commit
change repr output for babel.Locale so all attributes (territory, script, variant...
authorFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Thu, 9 Aug 2012 06:56:23 +0000 (06:56 +0000)
committerFelix Schwarz <felix.schwarz@oss.schwarz.eu>
Thu, 9 Aug 2012 06:56:23 +0000 (06:56 +0000)
commit9224a732adb4b1e45a527a92375b8f390ff69d7e
tree34be0225c73f9a8102a9e82b57df07448dc7cac2
parent5e09894c1129e1bd287fc910b193cc8455fca2bd
change repr output for babel.Locale so all attributes (territory, script, variant) are shown by itself. This should help identifying bad usage of the Locale class (e.g. Locale('de_DE') instead of Locale('de', 'DE'), #279
babel/core.py
babel/tests/core.py