]> granicus.if.org Git - python/commit
Merged revisions 85728 via svnmerge from
authorGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 07:57:57 +0000 (07:57 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Nov 2010 07:57:57 +0000 (07:57 +0000)
commit79f096a7aab611b6299c0944d6ab2e9552e6caca
tree867f18e0860374fc3dbbbebf432fd712d9aaf043
parentb8d0e365e206328557a45f937a23844929427ffb
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.
........
Doc/library/calendar.rst
Lib/calendar.py
Lib/test/test_calendar.py
Misc/NEWS