commit | 83d6a87a40711c6012ef856f4a2e6e7b2c30cedf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 25 21:45:08 2008 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Jul 25 21:45:08 2008 +0000 |
tree | 955f041d0f827f5660c0823d9eee0480b9448750 | |
parent | 6e1df8d0d44817a7b9810c7d8b5c81423fb52cdb [diff] |
Merged revisions 65237 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r65237 | antoine.pitrou | 2008-07-25 22:40:19 +0200 (ven., 25 juil. 2008) | 3 lines convert test_locale to unittest, and add a mechanism to override localconv() results for further testing (#1864, #1222) ........