]> 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:46:18 +0000 (14:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Dec 2012 13:46:18 +0000 (14:46 +0100)
commit0ee20ebbff9624017709c35f2fe0a4e163ed9007
treed88fb7c16672a0b31b7ca85c9113dfb67ffc08b3
parent2fd0b1a1b95604c74968a10e5fda222655c0b52d
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