commit | 79f096a7aab611b6299c0944d6ab2e9552e6caca | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Nov 26 07:57:57 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Nov 26 07:57:57 2010 +0000 |
tree | 867f18e0860374fc3dbbbebf432fd712d9aaf043 | |
parent | b8d0e365e206328557a45f937a23844929427ffb [diff] |
Merged revisions 85728 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r85728 | georg.brandl | 2010-10-19 20:54:25 +0200 (Di, 19 Okt 2010) | 1 line #10092: Properly reset locale in Locale*Calendar classes. The context manager was buggy because setlocale() returns the *new* locale, not the old. Also add a test for this. ........