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)
commit0ee20ebbff9624017709c35f2fe0a4e163ed9007 (patch)
treed88fb7c16672a0b31b7ca85c9113dfb67ffc08b3 /Misc
parent2fd0b1a1b95604c74968a10e5fda222655c0b52d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 77e2dda..0b5fab4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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?
===========================