summaryrefslogtreecommitdiff
path: root/Misc
diff options
context:
space:
mode:
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 bcd049661e..6f998e8dc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -265,6 +265,8 @@ Extension Modules
Library
-------
+- bpo-28682: Added support for bytes paths in os.fwalk().
+
- bpo-29623: Allow use of path-like object as a single argument in
ConfigParser.read(). Patch by David Ellis.