[issue3354] Improve error reporting for the argument parsing API

Raymond Hettinger report at bugs.python.org
Mon Jul 14 23:44:23 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I think this is closer to a language wide change and should probably be 
addressed for 2.7 and 3.1.  It would be great to change the C argument 
parsing API to make its error messages more specific.

For Py2.6, I think things are fine as it stands.  This isn't a bug 
(tests pass, it matches results from previous pythons, etc)  
Reclassifying as a feature request for improved error reports for the 
argument parsing API.

----------
nosy: +rhettinger
title: sort(reverse=None) prints misleading error message -> Improve error reporting for the argument parsing API
type: behavior -> feature request
versions: +Python 2.7, Python 3.1 -Python 2.4, Python 2.5, Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3354>
_______________________________________


More information about the Python-bugs-list mailing list