[Python-checkins] r62967 - in python/trunk/Doc/library: new.rst user.rst

brett.cannon python-checkins at python.org
Sat May 10 04:25:01 CEST 2008


Author: brett.cannon
Date: Sat May 10 04:25:00 2008
New Revision: 62967

Log:
Fix some errors in the deprecation warnings for new and user.


Modified:
   python/trunk/Doc/library/new.rst
   python/trunk/Doc/library/user.rst

Modified: python/trunk/Doc/library/new.rst
==============================================================================
--- python/trunk/Doc/library/new.rst	(original)
+++ python/trunk/Doc/library/new.rst	Sat May 10 04:25:00 2008
@@ -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 at zadka.site.co.il>
 

Modified: python/trunk/Doc/library/user.rst
==============================================================================
--- python/trunk/Doc/library/user.rst	(original)
+++ python/trunk/Doc/library/user.rst	Sat May 10 04:25:00 2008
@@ -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


More information about the Python-checkins mailing list