From a00ff111ca544535a351e3ff8c9c898a94f5a2ed Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 1 Jan 2009 12:49:14 +0000 Subject: [PATCH] Update PEP 4 to point to PEP 3108 for all modules deprecated in 2.6 because of removal in 3.0. --- pep-0004.txt | 7 +++++++ 1 file changed, 7 insertions(+) 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.