summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5de3451..ee3c793 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,8 +44,6 @@ Core and Builtins
Library
-------
-- Issue #18283: shutil.which() now supports bytes argument, not only text argument.
-
- Issue #19921: When Path.mkdir() is called with parents=True, any missing
parent is created with the default permissions, ignoring the mode argument
(mimicking the POSIX "mkdir -p" command).