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

brett.cannon python-checkins at python.org
Tue Jan 9 23:07:19 CET 2007


Author: brett.cannon
Date: Tue Jan  9 23:07:19 2007
New Revision: 53324

Modified:
   peps/trunk/pep-3108.txt
Log:
Flesh out platform-specific package suggestions.  ALso add some comments on
other packages.


Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Tue Jan  9 23:07:19 2007
@@ -511,7 +511,7 @@
 shallow.  No specific package name is proposed, just what modules
 could go into the package.
 
-* collections
+* 'collections' package
 
   + heapq
   + Queue
@@ -527,8 +527,32 @@
 
 * Platform-specific
 
-  + All platform-specific modules should be placed in a package
-    representing the platform.
+  + windows
+
+    - _winreg
+    - msilib
+    - msvcrt
+    - winsound
+
+  + unix
+
+    - crypt
+    - dbm
+    - fcntl
+    - fpectl
+    - gdbm
+    - grp
+    - nis
+    - pipes
+    - pwd
+    - readline (?)
+    - resource
+    - spwd
+    - syslog
+    - termios (?)
+    - tty (?)
+
+  - mac (all Mac-specific modules)
 
 * Profiling
 
@@ -537,7 +561,7 @@
   + hotshot
   + pstats
 
-* email
+* 'email' package
 
   + imaplib
   + mailbox
@@ -572,7 +596,8 @@
   + SimpleXMLRPCServer
   + xmlrpclib
 
-* Internet
+* Internet (leaving out all questionable modules leads to a Web
+  grouping)
 
   + BaseHTTPServer
   + cgi
@@ -617,6 +642,7 @@
 
   + codeop
   + compiler
+  + dis
   + py_compile
   + compileall
 
@@ -626,7 +652,7 @@
   + gzip
   + zlib
 
-* Date and time
+* Date & time
 
   + calendar
   + datetime


More information about the Python-checkins mailing list