New submission from Richard Lowe <richl...@richlowe.net>:

The GetoptError exception raised by getopt.getopt() to indicate errors in 
provided arguments seems intended to be displayed to the user[1], but is not 
localized and doesn't contain enough information, short of interpreting the 
error string, for consumers to raise their own, localized, error.

[1] http://docs.python.org/library/getopt.html

----------
components: Library (Lib)
messages: 106632
nosy: richlowe
priority: normal
severity: normal
status: open
title: GetoptError strings should be localized
type: feature request
versions: Python 2.6

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue8841>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to