Commit 807e3df7 authored by Michael W. Hudson's avatar Michael W. Hudson

NEWS entry for the patch I checked in last week.

parent 703599cb
...@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1? ...@@ -12,6 +12,10 @@ What's New in Python 2.5 alpha 1?
Core and builtins 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 - bug #967182: disallow opening files with 'wU' or 'aU' as specified by PEP
278. 278.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment