New submission from Ramchandra Apte: In Lib/locale.py:1860 , a bare except is used. It should be replaced with "except Error" as the setlocale() function raises `Error` if an error occurs.
---------- components: Library (Lib) messages: 173138 nosy: ramchandra.apte priority: normal severity: normal status: open title: change bare except in locale.py _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16260> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com