From: Brett Cannon Date: Sat, 10 May 2008 02:25:00 +0000 (+0000) Subject: Fix some errors in the deprecation warnings for new and user. X-Git-Tag: v2.6b1~544 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccdf9081b73e57b0a1c351635ac3935955a144fc;p=python Fix some errors in the deprecation warnings for new and user. --- diff --git a/Doc/library/new.rst b/Doc/library/new.rst index 25eb33e442..3202f91c79 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 diff --git a/Doc/library/user.rst b/Doc/library/user.rst index 4fdd9cf4da..ba6b4627e6 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