[Python-checkins] python/nondist/peps pep-0042.txt,1.63,1.64

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sun, 17 Nov 2002 09:39:53 -0800


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv11739

Modified Files:
	pep-0042.txt 
Log Message:
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.


Index: pep-0042.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0042.txt,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** pep-0042.txt	13 Oct 2002 14:17:00 -0000	1.63
--- pep-0042.txt	17 Nov 2002 17:39:51 -0000	1.64
***************
*** 202,209 ****
        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
--- 202,205 ----