]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Oct 2018 09:48:18 +0000 (02:48 -0700)
committerGitHub <noreply@github.com>
Sat, 13 Oct 2018 09:48:18 +0000 (02:48 -0700)
commit22381394ad1541db0b652eed802601f62510d22f
treedc3942a2473d36221d4471e28f91e65115d1d973
parent5d8ef8bc3f7307cd15f9d82ad4846e82b498ae88
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)

(cherry picked from commit d4d60134b29290049e28df54f23493de4f1824b6)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/lib2to3/fixes/fix_execfile.py
Lib/lib2to3/tests/test_fixers.py
Misc/NEWS.d/next/Library/2018-10-12-20-30-42.bpo-16965.xo5LAr.rst [new file with mode: 0644]