]> granicus.if.org Git - python/commit
Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7.
authorMark Dickinson <mdickinson@enthought.com>
Sun, 25 Nov 2012 13:25:57 +0000 (13:25 +0000)
committerMark Dickinson <mdickinson@enthought.com>
Sun, 25 Nov 2012 13:25:57 +0000 (13:25 +0000)
commit1658797a9d27e5307be1c0c9ab653ebf1d8c80d7
treea594225a8250af628189adcb71df0b954f412463
parent508d7d356e5c50eece60b379e6b5b98760fc28fe
Issue #16339: Document and test exec(stmt, globals, locals) form in Python 2.7.
Doc/reference/simple_stmts.rst
Lib/test/test_compile.py