diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 17:39:50 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-12-08 17:39:50 (GMT) |
commit | f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3 (patch) | |
tree | 81ac7340af84ed4140c8d51c9e9ac7ca3602ff4c /Misc | |
parent | 690998b08f9b2ed8a12aa37524c54c3f48a2a9c9 (diff) | |
download | cpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.zip cpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.tar.gz cpython-f8b44a4f37e1885e7dd8d4e4e921e207f7102dd3.tar.bz2 |
NEWS: Remove duplicate entry
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -178,9 +178,6 @@ Library - Issue #22448: Improve canceled timer handles cleanup to prevent unbound memory usage. Patch by Joshua Moore-Oliva. -- Issue #22959: In the constructor of http.client.HTTPSConnection, prefer the - context's check_hostname attribute over the *check_hostname* parameter. - - Issue #23009: Make sure selectors.EpollSelecrtor.select() works when no FD is registered. |