summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorjsnklln <jsnklln@gmail.com>2019-11-12 22:42:47 (GMT)
committerSteve Dower <steve.dower@python.org>2019-11-12 22:42:47 (GMT)
commitd593881505c1f4acfd17f41312b27cc898451816 (patch)
treee988263167a3ef938130e7a8825d6c8315890ca0 /Misc
parent138ccbb02216ca086047c3139857fb44f3dab1f9 (diff)
downloadcpython-d593881505c1f4acfd17f41312b27cc898451816.zip
cpython-d593881505c1f4acfd17f41312b27cc898451816.tar.gz
cpython-d593881505c1f4acfd17f41312b27cc898451816.tar.bz2
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2019-11-12-15-46-28.bpo-38723.gcdMFn.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-12-15-46-28.bpo-38723.gcdMFn.rst b/Misc/NEWS.d/next/Library/2019-11-12-15-46-28.bpo-38723.gcdMFn.rst
new file mode 100644
index 0000000..c84bb85
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-11-12-15-46-28.bpo-38723.gcdMFn.rst
@@ -0,0 +1 @@
+:mod:`pdb` now uses :meth:`io.open_code` to trigger auditing events.