]> 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:46 +0000 (14:46 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 9 Dec 2012 13:46:46 +0000 (14:46 +0100)
commit373528f6b1d29a862189504384f31596ad4304d4
treea5ec192c655284950df9c0c3f70483976d7c75b2
parent0eee97cce64c3438f11bf2bf1e8944345254aa50
parent7ec3a3236080dd65a6d949427d206c7cab72d47f
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