summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2014-11-18 23:33:08 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2014-11-18 23:33:08 (GMT)
commit1d922d0ce92a95437616a3793c6068b51ec72a5d (patch)
tree22bee847c70705389a818e54e5e6718b0b70daba /Misc
parent28c295f4cca53806e06afec9706be88d5b3e05c3 (diff)
parentdb118f5db7ee8b52faf2c0bb32ed41e774609032 (diff)
downloadcpython-1d922d0ce92a95437616a3793c6068b51ec72a5d.zip
cpython-1d922d0ce92a95437616a3793c6068b51ec72a5d.tar.gz
cpython-1d922d0ce92a95437616a3793c6068b51ec72a5d.tar.bz2
Close #22370: Windows detection in pathlib is now more robust.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3e07239..30df605 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -185,6 +185,8 @@ Core and Builtins
Library
-------
+- Issue #22370: Windows detection in pathlib is now more robust.
+
- Issue #22841: Reject coroutines in asyncio add_signal_handler().
Patch by Ludovic.Gasc.