Move Skip's contribute to the top of the Standard Library section.
(With Skip's blessing.)
This commit is contained in:
parent
f82f8a58b2
commit
f6ecf4ed4d
11
pep-0042.txt
11
pep-0042.txt
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue