]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)
authorjsnklln <jsnklln@gmail.com>
Tue, 12 Nov 2019 22:42:47 +0000 (17:42 -0500)
committerSteve Dower <steve.dower@python.org>
Tue, 12 Nov 2019 22:42:47 +0000 (14:42 -0800)
commitd593881505c1f4acfd17f41312b27cc898451816
treee988263167a3ef938130e7a8825d6c8315890ca0
parent138ccbb02216ca086047c3139857fb44f3dab1f9
bpo-38723: Pdb._runscript should use io.open_code() instead of open() (GH-17127)

Co-Authored-By: Brandt Bucher <brandtbucher@gmail.com>
Lib/pdb.py
Misc/NEWS.d/next/Library/2019-11-12-15-46-28.bpo-38723.gcdMFn.rst [new file with mode: 0644]