diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 21:00:37 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2008-01-19 21:00:37 (GMT) |
commit | b9ba07540035004abdc3a29af0e6b43d7f881659 (patch) | |
tree | fc4f07a40b9be58fdc70d5724861c1da4a56efa4 /Misc | |
parent | 87d49792b5c7379cab7b1182c0eff34d8b6ab9f7 (diff) | |
download | cpython-b9ba07540035004abdc3a29af0e6b43d7f881659.zip cpython-b9ba07540035004abdc3a29af0e6b43d7f881659.tar.gz cpython-b9ba07540035004abdc3a29af0e6b43d7f881659.tar.bz2 |
note about r60104
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -369,6 +369,10 @@ Core and builtins Library ------- +- #1336: fix a race condition in subprocess.Popen if the garbage + collector kicked in at the wrong time that would cause the process + to hang when the child wrote to stderr. + - #1146: fix how textwrap breaks a long word that would start in the last column of a line. |