diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2012-12-09 13:46:18 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-12-09 13:46:18 (GMT) |
commit | 0ee20ebbff9624017709c35f2fe0a4e163ed9007 (patch) | |
tree | d88fb7c16672a0b31b7ca85c9113dfb67ffc08b3 /Misc | |
parent | 2fd0b1a1b95604c74968a10e5fda222655c0b52d (diff) | |
download | cpython-0ee20ebbff9624017709c35f2fe0a4e163ed9007.zip cpython-0ee20ebbff9624017709c35f2fe0a4e163ed9007.tar.gz cpython-0ee20ebbff9624017709c35f2fe0a4e163ed9007.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #16248: Disable code execution from the user's home directory by tkinter + when the -E flag is passed to Python. + What's New in Python 3.1.5? =========================== |