cpython/Misc/NEWS

43 lines
933 B
Text
Raw Normal View History

+++++++++++
Python News
+++++++++++
2004-11-04 05:23:17 +00:00
(editors: check NEWS.help for information about editing NEWS using ReST.)
2008-12-03 16:46:14 +00:00
What's New in Python 3.1 alpha 0
================================
2008-11-21 15:13:37 +00:00
*Release date: XX-XXX-2008*
Core and Builtins
-----------------
- Issue #4533: File read operation was dreadfully slow due to a slowly
growing read buffer. Fixed by using the same growth rate algorithm as
Python 2.x.
2008-11-21 15:13:37 +00:00
Library
-------
- Issue #4542: On Windows, binascii.crc32 still accepted str as binary input;
the corresponding tests now pass.
- Issue #4537: webbrowser.UnixBrowser would fail to open the browser because
it was calling the wrong open() function.
- Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
support unusual filenames (such as those containing semi-colons) in
Content-Disposition headers.
Build
-----
Docs
----
**(For information about older versions, consult the HISTORY file.)**