This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ramchandra Apte
Recipients Ramchandra Apte
Date 2012-10-17.08:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350460963.18.0.317835294303.issue16260@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-17 08:02:43Ramchandra Aptesetrecipients: + Ramchandra Apte
2012-10-17 08:02:43Ramchandra Aptesetmessageid: <1350460963.18.0.317835294303.issue16260@psf.upfronthosting.co.za>
2012-10-17 08:02:43Ramchandra Aptelinkissue16260 messages
2012-10-17 08:02:42Ramchandra Aptecreate