News item for issue 19876.

This commit is contained in:
Guido van Rossum 2013-12-07 16:03:36 -08:00
parent 9710ff04ac
commit c0e71cd6e2
1 changed files with 3 additions and 0 deletions

View File

@ -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.