diff --git a/pep-0042.txt b/pep-0042.txt index f4fa099d2..2e7e613ad 100644 --- a/pep-0042.txt +++ b/pep-0042.txt @@ -201,10 +201,6 @@ Standard Library http://www.python.org/sf/210631 - - The cmath library should be rewritten in Python. - - http://www.python.org/sf/210838 - - every built-in function or method (including all core extensions) that accepts a string, dict, or list, should also accept a UserString, UserDict, or UserList. (The latter two