mirror of
https://github.com/python/cpython.git
synced 2025-11-03 11:23:31 +00:00
Point to types module in new module deprecation notice.
This commit is contained in:
parent
6269fec171
commit
3f74f57d76
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
:mod:`new` --- Creation of runtime internal objects
|
:mod:`new` --- Creation of runtime internal objects
|
||||||
===================================================
|
===================================================
|
||||||
|
|
||||||
|
|
@ -7,7 +6,8 @@
|
||||||
:deprecated:
|
:deprecated:
|
||||||
|
|
||||||
.. deprecated:: 2.6
|
.. 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>
|
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue