]> granicus.if.org Git - python/commit
Issue #26027: Support path-like objects in PyUnicode-FSConverter().
authorBrett Cannon <brett@python.org>
Tue, 6 Sep 2016 22:50:29 +0000 (15:50 -0700)
committerBrett Cannon <brett@python.org>
Tue, 6 Sep 2016 22:50:29 +0000 (15:50 -0700)
commitec6ce879c7d55d3905240a855444ac83e08c6583
tree6658bf68003b9858f50e92713876b23cb6657463
parentdc5a3fe4efee222dd8512fd63d9445ae5de42fc1
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.
Doc/c-api/unicode.rst
Lib/test/test_os.py
Misc/NEWS
Objects/unicodeobject.c