]> granicus.if.org Git - python/commit
On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Jan 2003 23:43:02 +0000 (23:43 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 15 Jan 2003 23:43:02 +0000 (23:43 +0000)
commit883400933810ac62631c391766c1380a65fbc4de
treeb04c6ff4c4d5bd85e09e805b6fe092412ac60ba6
parentc9083b66bd6ae6956df13e4b4fdcd025d6d0436b
On Mac OS X calling setlocale will raise locale.Error. This isn't fatal,
so just continue testing. Fixes #668787.
Lib/test/test_logging.py