]> granicus.if.org Git - python/commit
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
authorZackery Spytz <zspytz@gmail.com>
Sat, 13 Oct 2018 09:27:30 +0000 (03:27 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 13 Oct 2018 09:27:30 +0000 (12:27 +0300)
commitd4d60134b29290049e28df54f23493de4f1824b6
treec6a08e45fead25f16ebadd4d6dff46a45ff9af5f
parent0461704060474cb358d3495322950c4fd00616a0
bpo-16965: 2to3 now rewrites execfile() to open with 'rb'. (GH-8569)
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]