[Python-checkins] r53216 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Wed Jan 3 01:42:29 CET 2007


Author: brett.cannon
Date: Wed Jan  3 01:42:29 2007
New Revision: 53216

Modified:
   peps/trunk/pep-3108.txt
Log:
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.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Wed Jan  3 01:42:29 2007
@@ -591,6 +591,16 @@
     + 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
 ==========
 


More information about the Python-checkins mailing list