From: Georg Brandl Date: Thu, 1 Jan 2009 12:43:33 +0000 (+0000) Subject: Point to types module in new module deprecation notice. X-Git-Tag: v2.7a1~2446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f74f57d76907f6300908086df9fbceed2266e60;p=thirdparty%2FPython%2Fcpython.git Point to types module in new module deprecation notice. --- diff --git a/Doc/library/new.rst b/Doc/library/new.rst index d8e455c945ea..670d3d7922e4 100644 --- a/Doc/library/new.rst +++ b/Doc/library/new.rst @@ -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