2002-09-20 22:16:59 +08:00
|
|
|
+++++++++++
|
|
|
|
Python News
|
|
|
|
+++++++++++
|
|
|
|
|
2004-11-04 13:23:17 +08:00
|
|
|
(editors: check NEWS.help for information about editing NEWS using ReST.)
|
|
|
|
|
2008-12-04 00:46:14 +08:00
|
|
|
What's New in Python 3.1 alpha 0
|
|
|
|
================================
|
2008-11-21 23:13:37 +08:00
|
|
|
|
|
|
|
*Release date: XX-XXX-2008*
|
|
|
|
|
|
|
|
Core and Builtins
|
|
|
|
-----------------
|
|
|
|
|
2008-12-05 16:26:55 +08:00
|
|
|
- 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-27 01:22:04 +08:00
|
|
|
|
2008-11-21 23:13:37 +08:00
|
|
|
Library
|
|
|
|
-------
|
|
|
|
|
2008-12-05 09:40:43 +08:00
|
|
|
- Issue #4542: On Windows, binascii.crc32 still accepted str as binary input;
|
|
|
|
the corresponding tests now pass.
|
|
|
|
|
2008-12-05 09:02:21 +08:00
|
|
|
- Issue #4537: webbrowser.UnixBrowser would fail to open the browser because
|
|
|
|
it was calling the wrong open() function.
|
|
|
|
|
2008-12-05 03:24:50 +08:00
|
|
|
- Issue #1055234: cgi.parse_header(): Fixed parsing of header parameters to
|
|
|
|
support unusual filenames (such as those containing semi-colons) in
|
|
|
|
Content-Disposition headers.
|
|
|
|
|
2008-11-22 07:08:09 +08:00
|
|
|
|
2008-11-30 18:36:49 +08:00
|
|
|
Build
|
|
|
|
-----
|
|
|
|
|
|
|
|
|
2008-11-26 03:19:17 +08:00
|
|
|
Docs
|
|
|
|
----
|
|
|
|
|
2008-05-25 17:43:03 +08:00
|
|
|
|
2002-09-20 22:16:59 +08:00
|
|
|
**(For information about older versions, consult the HISTORY file.)**
|