commit | 64f3ca4206ebcb4b3166e0cd8fe0658628b04b4e | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Dec 01 21:59:18 2009 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Dec 01 21:59:18 2009 +0000 |
tree | 12004dc09fe16057d8b3845a273566b379112365 | |
parent | c2e1cb7d36ad387a06c6b7dadf30c6535f086280 [diff] |
Merged revisions 76625 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76625 | amaury.forgeotdarc | 2009-12-01 22:51:04 +0100 (mar., 01 déc. 2009) | 3 lines #7419: Fix a crash on Windows in locale.setlocale() when the category is outside the allowed range. ........