[Python-Dev] bugs in stdlib

Neal Norwitz neal@metaslash.com
Mon, 30 Dec 2002 18:41:39 -0500


Here's some problems I found in the stdlib.
I already fixed one problem in ConfigParser, but I'm not sure it's correct.

Lib/cgitb.py:202: No global (path) found
Lib/cgitb.py:204: No global (path) found
Lib/ConfigParser.py:581: Invalid arguments to (__init__), got 1, expected 4
Lib/imaplib.py:444: No global (root) found
Lib/pprint.py:118: Invalid arguments to (format), got 3, expected 4
Lib/pprint.py:121: Invalid arguments to (format), got 3, expected 4

Neal