From: Guido van Rossum Date: Sun, 8 Dec 2013 00:03:36 +0000 (-0800) Subject: News item for issue 19876. X-Git-Tag: v3.4.0b2~304 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8;p=thirdparty%2FPython%2Fcpython.git News item for issue 19876. --- diff --git a/Misc/NEWS b/Misc/NEWS index 0675cf8ee4d2..1501f6f92e4d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.