[Python-checkins] python/dist/src/Misc NEWS,1.337.2.4.2.56,1.337.2.4.2.57

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Tue, 28 Jan 2003 11:41:04 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv16314a/Misc

Modified Files:
      Tag: release22-maint
	NEWS 
Log Message:
backport:
Fix SF bug# 676155, RuntimeWarning with tp_compare

Check return value of PyLong_AsDouble(), it can return an error.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.337.2.4.2.56
retrieving revision 1.337.2.4.2.57
diff -C2 -d -r1.337.2.4.2.56 -r1.337.2.4.2.57
*** NEWS	13 Jan 2003 20:17:22 -0000	1.337.2.4.2.56
--- NEWS	28 Jan 2003 19:40:15 -0000	1.337.2.4.2.57
***************
*** 6,9 ****
--- 6,12 ----
    Python 2.2. or 2.3.
  
+ - SF #676155: fixed errors when trying to convert a long integer
+   into a float which couldn't fit.
+ 
  - SF #660476 and #513033: broken threadstate swap in readline could
    cause fatal errors when a readline hook was being invoked while a