diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:25:00 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 02:25:00 (GMT) |
| commit | ccdf9081b73e57b0a1c351635ac3935955a144fc (patch) | |
| tree | d71b5c2a72f0bf0ea197552603b41978f77207ed | |
| parent | f0a0a0dbb958171ad5a97b7d760bc6ac9cea4607 (diff) | |
| download | cpython-ccdf9081b73e57b0a1c351635ac3935955a144fc.zip cpython-ccdf9081b73e57b0a1c351635ac3935955a144fc.tar.gz cpython-ccdf9081b73e57b0a1c351635ac3935955a144fc.tar.bz2 | |
Fix some errors in the deprecation warnings for new and user.
| -rw-r--r-- | Doc/library/new.rst | 3 | ||||
| -rw-r--r-- | Doc/library/user.rst | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/Doc/library/new.rst b/Doc/library/new.rst index 25eb33e..3202f91 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -6,7 +6,8 @@ :synopsis: Interface to the creation of runtime implementation objects. :deprecated: -.. deprecated:: The new module has been removed in Python 3.0. +.. deprecated:: 2.6 + The new module has been removed in Python 3.0. .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il> diff --git a/Doc/library/user.rst b/Doc/library/user.rst index 4fdd9cf..ba6b462 100644 --- a/Doc/library/user.rst +++ b/Doc/library/user.rst @@ -6,7 +6,8 @@ :synopsis: A standard way to reference user-specific modules. :deprecated: -.. deprecated:: The user module has been removed in Python 3.0. +.. deprecated:: 2.6 + The user module has been removed in Python 3.0. .. index:: pair: .pythonrc.py; file |
