summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-12-09 13:46:18 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-12-09 13:46:18 (GMT)
commit7ec3a3236080dd65a6d949427d206c7cab72d47f (patch)
tree579c4e2a67b16453e831a2c4da4ddc9c93c5d21a /Misc
parent24457c9ad375239aca9bd176284d1e4f181e02f4 (diff)
downloadcpython-7ec3a3236080dd65a6d949427d206c7cab72d47f.zip
cpython-7ec3a3236080dd65a6d949427d206c7cab72d47f.tar.gz
cpython-7ec3a3236080dd65a6d949427d206c7cab72d47f.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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d90b40d..b43799f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,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. Patch by Zachary Ware.
+
- Issue #16628: Fix a memory leak in ctypes.resize().
- Issue #13614: Fix setup.py register failure with invalid rst in description.