Punt on the idea of a new top-level package for all of the stdlib. Someone

else can tackle that idea in a separate PEP.
This commit is contained in:
Brett Cannon 2007-01-03 00:42:29 +00:00
parent 6099923396
commit 9610f63b39
1 changed files with 10 additions and 0 deletions

View File

@ -591,6 +591,16 @@ Modules that were suggested for removal but were saved
+ Some hardware supports telnet for accessing it.
Introducing a new top-level package
-----------------------------------
It has been suggested that the entire stdlib be placed within its own
package. This PEP will not address this issue as it has its own
design issues (naming, does it deserve special consideration in import
semantics, etc.). Everything within this PEP can easily be handled if
a new top-level package is introduced.
References
==========