commit | 2108bc7ab0e421d9852e1fd50cd752556c03d1db | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Fri Mar 23 20:24:07 2001 +0000 |
committer | Barry Warsaw <barry@python.org> | Fri Mar 23 20:24:07 2001 +0000 |
tree | 7d93d24a2b0ea79593cdd6d0247b130bf6457900 | |
parent | 66f09613865e195cb35c4bd498f38c3f73fc7cfe [diff] |
main(): Application of SF patch #405851, which allows this test to be used by Jython. The tests in this module expect C locale, so be explicit about setting that (for CPython). However, in Jython, there is no C locale, so instead be explicit about setting the US locale. Closes the patch.