summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.6.rst
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-08-06 20:29:29 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-08-06 20:29:29 (GMT)
commitfebc3320563bf597e186ebce75abdac2926ceeb6 (patch)
tree1360725b7e65af72348ed78687257249ccf1d36e /Doc/whatsnew/3.6.rst
parentd73c31899e88aa5a1cc28f288cc70a35f2a196c2 (diff)
downloadcpython-febc3320563bf597e186ebce75abdac2926ceeb6.zip
cpython-febc3320563bf597e186ebce75abdac2926ceeb6.tar.gz
cpython-febc3320563bf597e186ebce75abdac2926ceeb6.tar.bz2
Issue #26754: Undocumented support of general bytes-like objects
as path in compile() and similar functions is now deprecated.
Diffstat (limited to 'Doc/whatsnew/3.6.rst')
-rw-r--r--Doc/whatsnew/3.6.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/whatsnew/3.6.rst b/Doc/whatsnew/3.6.rst
index 7603fa1..ca5b3e5 100644
--- a/Doc/whatsnew/3.6.rst
+++ b/Doc/whatsnew/3.6.rst
@@ -639,8 +639,9 @@ Deprecated features
(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`.)
+ as paths in :mod:`os` functions, :func:`compile` and similar functions is
+ now deprecated.
+ (Contributed by Serhiy Storchaka in :issue:`25791` and :issue:`26754`.)
Deprecated Python behavior