summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 4 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 39b1cff..a4f857e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,11 +38,14 @@ Core and Builtins
Library
-------
+- Issue #27186: Add os.PathLike support to DirEntry (part of PEP 519).
+ Initial patch by Jelle Zijlstra.
+
- Issue #20900: distutils register command now decodes HTTP responses
correctly. Initial patch by ingrid.
- Issue #27186: Add os.PathLike support to pathlib, removing its provisional
- status (part of PEP 519).
+ status (part of PEP 519). Initial patch by Dusty Phillips.
- Issue #27186: Add support for os.PathLike objects to os.fsencode() and
os.fsdecode() (part of PEP 519).