summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-08-06 20:22:08 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-08-06 20:22:08 (GMT)
commitd73c31899e88aa5a1cc28f288cc70a35f2a196c2 (patch)
tree09d9688677f61aed77153f5fe93cccbf7975619b /Misc
parent43b586b951aa3232261869640d379f942d0873da (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9c60247..03a8104 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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