diff --git a/pep-0004.txt b/pep-0004.txt index a32fca780..e49969bd5 100644 --- a/pep-0004.txt +++ b/pep-0004.txt @@ -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.