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:
parent
c5f40324f2
commit
a00ff111ca
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue