summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2013-12-08 00:03:36 (GMT)
committerGuido van Rossum <guido@python.org>2013-12-08 00:03:36 (GMT)
commitc0e71cd6e250ad0a5a9170da6993cf4afa0b56d8 (patch)
treef8826b7a426dde0d91f3f62dd2793246f7dee4af /Misc
parent9710ff04ac17a72bdf4bdd9f3222ec435d717671 (diff)
downloadcpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.zip
cpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.tar.gz
cpython-c0e71cd6e250ad0a5a9170da6993cf4afa0b56d8.tar.bz2
News item for issue 19876.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0675cf8..1501f6f 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.