| commit | c36bede6ff404895d568fc4ba1875c4f9ef8a1f4 | [log] [tgz] |
|---|---|---|
| author | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Sep 07 00:48:33 2006 +0000 |
| committer | Gustavo Niemeyer <gustavo@niemeyer.net> | Thu Sep 07 00:48:33 2006 +0000 |
| tree | cc8f158a8345a03fb1b9331f930eb14b16049638 | |
| parent | 9614868ecef2a664b2ab1fc60e2562c18f4b5e7b [diff] [blame] |
Fixed subprocess bug #1531862 again, after removing tests offending buildbot
diff --git a/Misc/NEWS b/Misc/NEWS index 71641af..2c5fdb4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -48,6 +48,8 @@ - Bug #1541863: uuid.uuid1 failed to generate unique identifiers on systems with low clock resolution. +- Bug #1531862: Do not close standard file descriptors in subprocess. + Extension Modules -----------------