Move Skip's contribute to the top of the Standard Library section.

(With Skip's blessing.)
This commit is contained in:
Fred Drake 2000-09-15 22:02:51 +00:00
parent f82f8a58b2
commit f6ecf4ed4d
1 changed files with 6 additions and 5 deletions

View File

@ -47,6 +47,12 @@ Core Language / Builtins
Standard Library
- The test suite is incomplete (and probably always will be).
This is a reminder to people that more regression tests are
needed.
http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110819
- The urllib module should support proxies which require
authenication. See SourceForge bug #110619 for information:
@ -75,11 +81,6 @@ Standard Library
http://sourceforge.net/bugs/?func=detailbug&bug_id=112317&group_id=5470
- the test suite is incomplete (and probably always will be). This is
mostly a reminder to people that more regression tests are needed.
http://sourceforge.net/bugs/?func=detailbug&group_id=5470&bug_id=110819
Tools
- IDLE should reload & recompile modules changed externally. To