[Python-checkins] cpython: News item for issue 19876.

guido.van.rossum python-checkins at python.org
Sun Dec 8 01:03:47 CET 2013


http://hg.python.org/cpython/rev/f334dd2471e7
changeset:   87817:f334dd2471e7
user:        Guido van Rossum <guido at python.org>
date:        Sat Dec 07 16:03:36 2013 -0800
summary:
  News item for issue 19876.

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -18,6 +18,9 @@
 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list