]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Point to types module in new module deprecation notice.
authorGeorg Brandl <georg@python.org>
Thu, 1 Jan 2009 12:43:33 +0000 (12:43 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 1 Jan 2009 12:43:33 +0000 (12:43 +0000)
Doc/library/new.rst

index d8e455c945ea5318e481aec26ed530adb6f93d79..670d3d7922e43abe85e94945b5d725ddcea10fcc 100644 (file)
@@ -1,4 +1,3 @@
-
 :mod:`new` --- Creation of runtime internal objects
 ===================================================
 
@@ -7,7 +6,8 @@
    :deprecated:
 
 .. deprecated:: 2.6
-   The :mod:`new` module has been removed in Python 3.0.
+   The :mod:`new` module has been removed in Python 3.0.  Use the :mod:`types`
+   module's classes instead.
 
 .. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>