]> granicus.if.org Git - python/commit
Issue #16248: Disable code execution from the user's home directory by tkinter when...
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Dec 2012 13:47:23 +0000 (14:47 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Dec 2012 13:47:23 +0000 (14:47 +0100)
commitdb0420db17ab4cfff12b5aef9a7e90ac2b8b3c71
treebf33ff0c62e25ed324e55968879a0bc76e894ad9
parentf9d0b1256fd5a9ae90fa8e8418bd450ec6b7f5f2
parent373528f6b1d29a862189504384f31596ad4304d4
Issue #16248: Disable code execution from the user's home directory by tkinter when the -E flag is passed to Python.
Patch by Zachary Ware.
Lib/tkinter/__init__.py
Misc/NEWS