diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-23 17:49:13 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-08-23 17:49:13 (GMT) |
commit | 7a084105a0ebd0b309ef9b036e9d7922d6c0c555 (patch) | |
tree | 631874c4292fc4cdfdfe43cc965e39f6933e7b32 /Misc/NEWS | |
parent | bcb39d484628f55ffc3205e9ddd0166093695e50 (diff) | |
parent | 6cea35a8e3e1a8afe2ad763af41c8afc040efed0 (diff) | |
download | cpython-7a084105a0ebd0b309ef9b036e9d7922d6c0c555.zip cpython-7a084105a0ebd0b309ef9b036e9d7922d6c0c555.tar.gz cpython-7a084105a0ebd0b309ef9b036e9d7922d6c0c555.tar.bz2 |
Merge
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -34,6 +34,12 @@ Library - Issue #12650: Fix a race condition where a subprocess.Popen could leak resources (FD/zombie) when killed at the wrong time. +Tests +----- + +- Issue #12821: Fix test_fcntl failures on OpenBSD 5. + + What's New in Python 3.2.2? =========================== |