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]
|
||||
* 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``,
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue