diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-12 20:14:08 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-06-12 20:14:08 (GMT) |
commit | 19690593273a5b210a9b9ea72bd59840d02759b0 (patch) | |
tree | 2c3c63588e62e5bc3c93c0f49d30e39ee6763c8f /Misc | |
parent | 55bd1efb2ae7b559ac6a89a6f24bb62560eeafcf (diff) | |
download | cpython-19690593273a5b210a9b9ea72bd59840d02759b0.zip cpython-19690593273a5b210a9b9ea72bd59840d02759b0.tar.gz cpython-19690593273a5b210a9b9ea72bd59840d02759b0.tar.bz2 |
Issue #6215: backport the 3.1 io lib
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -317,6 +317,10 @@ Core and Builtins Library ------- +- Issue #6215: All bug fixes and enhancements from the Python 3.1 io library + (including the fast C implementation) have been backported to the standard + ``io`` module. + - Issue #6258: Support AMD64 in bdist_msi. - Issue #5262: Fixed bug in next rollover time computation in |