diff options
author | Brett Cannon <brett@python.org> | 2016-09-06 22:50:29 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-09-06 22:50:29 (GMT) |
commit | ec6ce879c7d55d3905240a855444ac83e08c6583 (patch) | |
tree | 6658bf68003b9858f50e92713876b23cb6657463 /Misc | |
parent | dc5a3fe4efee222dd8512fd63d9445ae5de42fc1 (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 ----- |