Note how the 'new' module is gone.
This commit is contained in:
parent
a6b5940566
commit
4770769b04
|
@ -207,8 +207,8 @@ To be removed:
|
||||||
* The sets module. [done]
|
* The sets module. [done]
|
||||||
* stdlib modules to be removed
|
* stdlib modules to be removed
|
||||||
+ see docstrings and comments in the source
|
+ see docstrings and comments in the source
|
||||||
- ``macfs``, ``new`` [to do]
|
- ``macfs`` [to do]
|
||||||
- ``reconvert``, ``stringold``, ``xmllib``,
|
- ``new``, ``reconvert``, ``stringold``, ``xmllib``,
|
||||||
``pcre``, ``pypcre``, ``strop`` [all done]
|
``pcre``, ``pypcre``, ``strop`` [all done]
|
||||||
+ see PEP 4 [#pep4]_
|
+ see PEP 4 [#pep4]_
|
||||||
- ``buildtools``,
|
- ``buildtools``,
|
||||||
|
|
|
@ -250,7 +250,7 @@ or because the audience for the code is very small.
|
||||||
+ Easily handled by allowing the application specify its own
|
+ Easily handled by allowing the application specify its own
|
||||||
module name, check for existence, and import if found.
|
module name, check for existence, and import if found.
|
||||||
|
|
||||||
* new
|
* new [done]
|
||||||
|
|
||||||
+ Just a rebinding of names from the 'types' module.
|
+ Just a rebinding of names from the 'types' module.
|
||||||
+ Can also call ``type`` built-in to get most types easily.
|
+ Can also call ``type`` built-in to get most types easily.
|
||||||
|
|
Loading…
Reference in New Issue