]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
NEWS entry for the patch I checked in last week.
authorMichael W. Hudson <mwh@python.net>
Wed, 1 Jun 2005 11:34:22 +0000 (11:34 +0000)
committerMichael W. Hudson <mwh@python.net>
Wed, 1 Jun 2005 11:34:22 +0000 (11:34 +0000)
Misc/NEWS

index 77e059e69c95e1aa5ac469543a443221db02174f..0ea2b54e428f7ce8ede997d6c44085e9144b74e0 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1?
 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.