]> granicus.if.org Git - python/commit
Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.
authorGeorg Brandl <georg@python.org>
Sun, 30 Apr 2006 11:13:56 +0000 (11:13 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 30 Apr 2006 11:13:56 +0000 (11:13 +0000)
commitde9b624fb943295263f8140d9d2eda393348b8ec
tree5d2af20626e9afd98486b718235fa1f9b466812e
parent44a118af5043ed6919bd1d0bcfc603f496ae4d7c
Bug #1473625: stop cPickle making float dumps locale dependent in protocol 0.

On the way, add a decorator to test_support to facilitate running single
test functions in different locales with automatic cleanup.
Lib/test/pickletester.py
Lib/test/test_builtin.py
Lib/test/test_logging.py
Lib/test/test_support.py
Lib/test/test_unicode.py
Modules/cPickle.c