[Python-checkins] python/dist/src/Misc NEWS,1.1293,1.1294
mwh@users.sourceforge.net
mwh at users.sourceforge.net
Wed Jun 1 13:34:25 CEST 2005
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1001
Modified Files:
NEWS
Log Message:
NEWS entry for the patch I checked in last week.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1293
retrieving revision 1.1294
diff -u -d -r1.1293 -r1.1294
--- NEWS 20 May 2005 03:07:06 -0000 1.1293
+++ NEWS 1 Jun 2005 11:34:22 -0000 1.1294
@@ -12,6 +12,10 @@
Core and builtins
-----------------
+- SF patch #1181301: on platforms that appear to use IEEE 754 floats,
+ the routines that promise to produce IEEE 754 binary representations
+ of floats now simply copy bytes around.
+
- bug #967182: disallow opening files with 'wU' or 'aU' as specified by PEP
278.
More information about the Python-checkins
mailing list