diff options
author | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:44:50 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2012-02-16 08:44:50 (GMT) |
commit | 14dc510395aa2469f0d86664202681735d2b63a0 (patch) | |
tree | da0473981bfed6d9ee50e8935237b548224d09ea /Misc | |
parent | b4b605624d9a44f5c208f29e869203796dfb054c (diff) | |
download | cpython-14dc510395aa2469f0d86664202681735d2b63a0.zip cpython-14dc510395aa2469f0d86664202681735d2b63a0.tar.gz cpython-14dc510395aa2469f0d86664202681735d2b63a0.tar.bz2 |
news entry for previous commit
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ Core and Builtins Library ------- +- Issue #2489: pty.spawn could consume 100% cpu when it encountered an EOF. + - Issue #13014: Fix a possible reference leak in SSLSocket.getpeercert(). - Issue #13987: HTMLParser is now able to handle EOFs in the middle of a |