diff options
author | Barry Warsaw <barry@python.org> | 2011-10-07 18:45:25 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-10-07 18:45:25 (GMT) |
commit | c6cfd4aa8826b75d972f33f7c625bbe79c493d5f (patch) | |
tree | f483a30f7b6c18622b7b6ff486398479a55fef62 /Misc/NEWS | |
parent | 78f89d8c38e2c71c5e6a89a32022626a1d8d8922 (diff) | |
parent | f394e4785159167fe8889dd2537c8a74e01d4cc5 (diff) | |
download | cpython-c6cfd4aa8826b75d972f33f7c625bbe79c493d5f.zip cpython-c6cfd4aa8826b75d972f33f7c625bbe79c493d5f.tar.gz cpython-c6cfd4aa8826b75d972f33f7c625bbe79c493d5f.tar.bz2 |
Branch merge.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -10,6 +10,10 @@ What's New in Python 3.2.3? Core and Builtins ----------------- +- Issue #13063: the Windows error ERROR_NO_DATA (numbered 232 and described + as "The pipe is being closed") is now mapped to POSIX errno EPIPE + (previously EINVAL). + - Issue #12911: Fix memory consumption when calculating the repr() of huge tuples or lists. |