commit | e4579c33802f555594678ead8d4a163f033e8a54 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Apr 11 17:27:42 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Mon Apr 11 17:27:42 2011 -0700 |
tree | 57d153ba88b453f79b616266f9781242dd7014fa | |
parent | 16f98b76584b39fd8bd3c724e5b1cbf2a45ecd33 [diff] |
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.