]> granicus.if.org Git - python/commitdiff
Fix some errors in the deprecation warnings for new and user.
authorBrett Cannon <bcannon@gmail.com>
Sat, 10 May 2008 02:25:00 +0000 (02:25 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sat, 10 May 2008 02:25:00 +0000 (02:25 +0000)
Doc/library/new.rst
Doc/library/user.rst

index 25eb33e4429bc48f045c48d334ca9487d5bd02b2..3202f91c79102a9fd62c6d58c421f8cd6b96be8a 100644 (file)
@@ -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>
 
index 4fdd9cf4da34b6bdbf2070a0abc58d323c4da8ef..ba6b4627e6ddae87662b1fd666e9c17fa41a66b3 100644 (file)
@@ -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