[Python-checkins] r68122 - peps/trunk/pep-0004.txt

georg.brandl python-checkins at python.org
Thu Jan 1 13:49:14 CET 2009


Author: georg.brandl
Date: Thu Jan  1 13:49:14 2009
New Revision: 68122

Log:
Update PEP 4 to point to PEP 3108 for all modules deprecated in 2.6
because of removal in 3.0.


Modified:
   peps/trunk/pep-0004.txt

Modified: peps/trunk/pep-0004.txt
==============================================================================
--- peps/trunk/pep-0004.txt	(original)
+++ peps/trunk/pep-0004.txt	Thu Jan  1 13:49:14 2009
@@ -250,6 +250,13 @@
     Documentation: None
 
 
+Deprecation of modules removed in Python 3.0
+
+    PEP 3108 lists all modules that have been removed from Python 3.0.
+    They all are documented as deprecated in Python 2.6, and raise a
+    DeprecationWarning if the -3 flag is activated.
+    
+
 Undeprecated modules
 
     None.


More information about the Python-checkins mailing list