diff options
author | Guido van Rossum <guido@python.org> | 2013-12-08 00:03:36 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2013-12-08 00:03:36 (GMT) |
commit | c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8 (patch) | |
tree | f8826b7a426dde0d91f3f62dd2793246f7dee4af /Misc | |
parent | 9710ff04ac17a72bdf4bdd9f3222ec435d717671 (diff) | |
download | cpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.zip cpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.tar.gz cpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.tar.bz2 |
News item for issue 19876.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #19876: selectors unregister() no longer raises ValueError or OSError + if the FD is closed (as long as it was registered). + - Issue #19908: pathlib now joins relative Windows paths correctly when a drive is present. Original patch by Antoine Pitrou. |