diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-06 20:22:08 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-08-06 20:22:08 (GMT) |
commit | d73c31899e88aa5a1cc28f288cc70a35f2a196c2 (patch) | |
tree | 09d9688677f61aed77153f5fe93cccbf7975619b /Misc | |
parent | 43b586b951aa3232261869640d379f942d0873da (diff) | |
download | cpython-d73c31899e88aa5a1cc28f288cc70a35f2a196c2.zip cpython-d73c31899e88aa5a1cc28f288cc70a35f2a196c2.tar.gz cpython-d73c31899e88aa5a1cc28f288cc70a35f2a196c2.tar.bz2 |
Issue #26800: Undocumented support of general bytes-like objects
as paths in os functions is now deprecated.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -43,6 +43,9 @@ Core and Builtins Library ------- +- Issue #26800: Undocumented support of general bytes-like objects + as paths in os functions is now deprecated. + - Issue #27661: Added tzinfo keyword argument to datetime.combine. - Issue #27568: Prevent HTTPoxy attack (CVE-2016-1000110). Ignore the |