Note how the 'new' module is gone.

This commit is contained in:
Brett Cannon 2007-12-14 23:59:22 +00:00
parent a6b5940566
commit 4770769b04
2 changed files with 3 additions and 3 deletions

View File

@ -207,8 +207,8 @@ To be removed:
* The sets module. [done]
* stdlib modules to be removed
+ see docstrings and comments in the source
- ``macfs``, ``new`` [to do]
- ``reconvert``, ``stringold``, ``xmllib``,
- ``macfs`` [to do]
- ``new``, ``reconvert``, ``stringold``, ``xmllib``,
``pcre``, ``pypcre``, ``strop`` [all done]
+ see PEP 4 [#pep4]_
- ``buildtools``,

View File

@ -250,7 +250,7 @@ or because the audience for the code is very small.
+ Easily handled by allowing the application specify its own
module name, check for existence, and import if found.
* new
* new [done]
+ Just a rebinding of names from the 'types' module.
+ Can also call ``type`` built-in to get most types easily.