NEWS entry for the patch I checked in last week.

This commit is contained in:
Michael W. Hudson 2005-06-01 11:34:22 +00:00
parent dede3bdfa1
commit da85a90808
1 changed files with 4 additions and 0 deletions

View File

@ -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.