
Dec. 30, 2002
3:41 p.m.
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