diff options
author | Brett Cannon <brett@python.org> | 2016-09-07 02:36:01 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2016-09-07 02:36:01 (GMT) |
commit | a571120410bf7a92ca612068cf1a754d5dca614e (patch) | |
tree | 875c341f44dfbf0cc486c40170af17f300eead44 /Misc/NEWS | |
parent | a439191efa9fee12ea3c17b23b0d3f748ff76997 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ----- |