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 /Doc/whatsnew | |
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 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.6.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst index 7a318e4..7603fa1 100644 --- a/Doc/whatsnew/3.6.rst +++ b/Doc/whatsnew/3.6.rst @@ -638,6 +638,11 @@ Deprecated features and will be removed in 3.8. (Contributed by Serhiy Storchaka in :issue:`21708`.) +* Undocumented support of general :term:`bytes-like objects <bytes-like object>` + as paths in :mod:`os` functions is now deprecated. + (Contributed by Serhiy Storchaka in :issue:`25791`.) + + Deprecated Python behavior -------------------------- |