diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-07-11 04:43:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-11 04:43:14 (GMT) |
commit | 7527c32f5fedc3260d767900f1014495c0a1b7a5 (patch) | |
tree | d3291f8f27925dea45b58d4f6334cc52eb332f3d /Misc | |
parent | 7f567e7472dd6c3d066eec1c204301df251484b5 (diff) | |
download | cpython-7527c32f5fedc3260d767900f1014495c0a1b7a5.zip cpython-7527c32f5fedc3260d767900f1014495c0a1b7a5.tar.gz cpython-7527c32f5fedc3260d767900f1014495c0a1b7a5.tar.bz2 |
[3.5] bpo-30879: os.listdir() and os.scandir() now emit bytes names when (GH-2634) (#2657)
called with bytes-like argument.
(cherry picked from commit 1180e5a51871fa53ca6892e83fd2e69dc2600447)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -59,6 +59,9 @@ Extension Modules Library ------- +- bpo-30879: os.listdir() and os.scandir() now emit bytes names when called + with bytes-like argument. + - bpo-30746: Prohibited the '=' character in environment variable names in ``os.putenv()`` and ``os.spawn*()``. |