summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-09-07 02:36:01 (GMT)
committerBrett Cannon <brett@python.org>2016-09-07 02:36:01 (GMT)
commita571120410bf7a92ca612068cf1a754d5dca614e (patch)
tree875c341f44dfbf0cc486c40170af17f300eead44 /Misc/NEWS
parenta439191efa9fee12ea3c17b23b0d3f748ff76997 (diff)
downloadcpython-a571120410bf7a92ca612068cf1a754d5dca614e.zip
cpython-a571120410bf7a92ca612068cf1a754d5dca614e.tar.gz
cpython-a571120410bf7a92ca612068cf1a754d5dca614e.tar.bz2
Issue #27182: Add support for path-like objects to PyUnicode_FSDecoder().
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fbf7b2b..f5e8aaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -202,7 +202,8 @@ Library
C API
-----
-- Issue #26027: Add support for path-like objects in PyUnicode_FSConverter().
+- Issue #26027: Add support for path-like objects in PyUnicode_FSConverter() &
+ PyUnicode_FSDecoder().
Tests
-----