diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:45:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-12 03:45:59 (GMT) |
commit | ac861b5a172a389f7d062fee6d88ded17e458b2e (patch) | |
tree | 8c449ab581aea2b5fb513068d31fd42928d86413 /Doc | |
parent | 43e5ef49b12ccba2c43ea003316a3ff23677fe0f (diff) | |
download | cpython-ac861b5a172a389f7d062fee6d88ded17e458b2e.zip cpython-ac861b5a172a389f7d062fee6d88ded17e458b2e.tar.gz cpython-ac861b5a172a389f7d062fee6d88ded17e458b2e.tar.bz2 |
Deprecate the sv module as per PEP 4.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/undoc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index 7a5a760..981b0ce 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -226,4 +226,6 @@ of reality. :mod:`sv` --- Interface to the "simple video" board on SGI Indigo (obsolete hardware). + + .. warning:: The :mod:`sv` module has been removed in Python 3.0. |