From 4770769b0424bdd3f4da9253721502abd15ff469 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Fri, 14 Dec 2007 23:59:22 +0000 Subject: [PATCH] Note how the 'new' module is gone. --- pep-3100.txt | 4 ++-- pep-3108.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-3100.txt b/pep-3100.txt index 217ab7943..c15a59943 100644 --- a/pep-3100.txt +++ b/pep-3100.txt @@ -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``, diff --git a/pep-3108.txt b/pep-3108.txt index 760afe2ef..75390683a 100644 --- a/pep-3108.txt +++ b/pep-3108.txt @@ -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.