Deprecate the new module for removal in 3.0.

This commit is contained in:
Brett Cannon 2008-05-09 05:18:40 +00:00
parent d03238a647
commit d7265d6483
5 changed files with 13 additions and 5 deletions

View file

@ -4,6 +4,10 @@
.. module:: new
:synopsis: Interface to the creation of runtime implementation objects.
:deprecated:
.. deprecated:: The new module has been removed in Python 3.0.
.. sectionauthor:: Moshe Zadka <moshez@zadka.site.co.il>