summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/NEWS.txt
diff options
context:
space:
mode:
authorAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-05 18:54:39 (GMT)
committerAndrew Svetlov <andrew.svetlov@gmail.com>2012-04-05 18:54:39 (GMT)
commitdfe980bb82f52f95d60297e3840a4e6708baa147 (patch)
tree4efc25687f102af31fc3191e00d1b1d1bb32b58a /Lib/idlelib/NEWS.txt
parent0130ad14dd6e9f08590db93cb6a9cb059118dc7c (diff)
downloadcpython-dfe980bb82f52f95d60297e3840a4e6708baa147.zip
cpython-dfe980bb82f52f95d60297e3840a4e6708baa147.tar.gz
cpython-dfe980bb82f52f95d60297e3840a4e6708baa147.tar.bz2
Issue #8515: Set __file__ when run file in IDLE.
Diffstat (limited to 'Lib/idlelib/NEWS.txt')
-rw-r--r--Lib/idlelib/NEWS.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Lib/idlelib/NEWS.txt b/Lib/idlelib/NEWS.txt
index d50abd4..b28e58a 100644
--- a/Lib/idlelib/NEWS.txt
+++ b/Lib/idlelib/NEWS.txt
@@ -1,6 +1,9 @@
What's New in IDLE 3.3?
=========================
+- Issue #8515: Set __file__ when run file in IDLE.
+ Initial patch by Bruce Frederiksen.
+
- IDLE can be launched as `python -m idlelib`
- Issue #14409: IDLE now properly executes commands in the Shell window