]> granicus.if.org Git - python/commit
Issue #11830: Remove unnecessary introspection code in the decimal module.
authorRaymond Hettinger <python@rcn.com>
Tue, 12 Apr 2011 00:27:42 +0000 (17:27 -0700)
committerRaymond Hettinger <python@rcn.com>
Tue, 12 Apr 2011 00:27:42 +0000 (17:27 -0700)
commite4579c33802f555594678ead8d4a163f033e8a54
tree57d153ba88b453f79b616266f9781242dd7014fa
parent16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33
Issue #11830: Remove unnecessary introspection code in the decimal module.
It was causing a failed import in the Turkish locale where the locale
sensitive str.upper() method caused a name mismatch.
Lib/decimal.py
Misc/NEWS