Update PEP 4 to point to PEP 3108 for all modules deprecated in 2.6

because of removal in 3.0.
This commit is contained in:
Georg Brandl 2009-01-01 12:49:14 +00:00
parent c5f40324f2
commit a00ff111ca
1 changed files with 7 additions and 0 deletions

View File

@ -250,6 +250,13 @@ Deprecated modules
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.