]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967)
authorBatuhan Taşkaya <47358913+isidentical@users.noreply.github.com>
Sun, 12 Jan 2020 22:13:31 +0000 (01:13 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 12 Jan 2020 22:13:31 +0000 (14:13 -0800)
commit61b14151cc92021a10f94765eaa152ed04eb262a
treebe6f59fe41c8da9aa600ebe006701a640c5a2a85
parent14dbe4b3f0a888a60e8cc20f3df5aa09c8bb82c3
bpo-39313: Add an option to RefactoringTool for using exec as a function (GH-17967)

https://bugs.python.org/issue39313

Automerge-Triggered-By: @pablogsal
Doc/library/2to3.rst
Lib/lib2to3/main.py
Lib/lib2to3/refactor.py
Lib/lib2to3/tests/test_refactor.py
Misc/NEWS.d/next/Library/2020-01-12-18-17-00.bpo-39313.DCTsnm.rst [new file with mode: 0644]