summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2016-09-06 22:50:29 (GMT)
committerBrett Cannon <brett@python.org>2016-09-06 22:50:29 (GMT)
commitec6ce879c7d55d3905240a855444ac83e08c6583 (patch)
tree6658bf68003b9858f50e92713876b23cb6657463 /Misc
parentdc5a3fe4efee222dd8512fd63d9445ae5de42fc1 (diff)
downloadcpython-ec6ce879c7d55d3905240a855444ac83e08c6583.zip
cpython-ec6ce879c7d55d3905240a855444ac83e08c6583.tar.gz
cpython-ec6ce879c7d55d3905240a855444ac83e08c6583.tar.bz2
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
This is to add support for os.exec*() and os.spawn*() functions. Part of PEP 519.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88fcd98..34aa42e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -188,6 +188,11 @@ Library
- Issue #27573: exit message for code.interact is now configurable.
+C API
+-----
+
+- Issue #26027: Add support for path-like objects in PyUnicode_FSConverter().
+
Tests
-----