]> granicus.if.org Git - python/commit
main(): Application of SF patch #405851, which allows this test to be
authorBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 20:24:07 +0000 (20:24 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 23 Mar 2001 20:24:07 +0000 (20:24 +0000)
commit2108bc7ab0e421d9852e1fd50cd752556c03d1db
tree7d93d24a2b0ea79593cdd6d0247b130bf6457900
parent66f09613865e195cb35c4bd498f38c3f73fc7cfe
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.
Lib/test/test_strftime.py