Filip Gruszczyński <grusz...@gmail.com> added the comment: I'd be happy to provide a patch.
How about extending getopt api to something like this: >> optlist, args = getopt.getopt(['-b'], 'e', not_recognized="no %s option, >> mate!") GetoptError: no -b option, mate! Or maybe you should provide a dictionary? >> optlist, args = getopt.getopt(['-b'], 'e', errors={'not_recognized': "no %s >> option, mate!") GetoptError: no -b option, mate! I have little experience with making design decisions, so if someone could guide me here, I will get down and provide a patch with proposed solution. ---------- nosy: +gruszczy _______________________________________ 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