From eb7e91ec759a13015780813d69aa638221e80e70 Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Sun, 17 Nov 2002 17:39:51 +0000 Subject: [PATCH] Remove request to re-write cmath in Python. The goal had been to make it easier to improve the cmath algorithms, but no one had shown an interest. The new plan is to await implementation of a full blown complex type in C99. --- pep-0042.txt | 4 ---- 1 file changed, 4 deletions(-) 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