Raymond Hettinger <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue3354> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com