[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.9,1.81.2.10
Moshe Zadka
moshez@users.sourceforge.net
Fri, 30 Mar 2001 10:27:13 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv12593/Misc
Modified Files:
Tag: release20-maint
NEWS
Log Message:
Fixed bug in complex(). No SF id
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.9
retrieving revision 1.81.2.10
diff -C2 -r1.81.2.9 -r1.81.2.10
*** NEWS 2001/03/30 17:20:58 1.81.2.9
--- NEWS 2001/03/30 18:27:11 1.81.2.10
***************
*** 39,42 ****
--- 39,45 ----
anyway.
+ - complex() could segfault on numeric types with NULL for float conversion.
+ Fixed.
+
What's New in Python 2.0?