Issue #8515: Set __file__ when run file in IDLE.
diff --git a/Misc/ACKS b/Misc/ACKS
index 873e822..dad7ebd 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -333,6 +333,7 @@
John Fouhy
Andrew Francis
Martin Franklin
+Bruce Frederiksen
Robin Friedrich
Ivan Frohne
Matthias Fuchs
diff --git a/Misc/NEWS b/Misc/NEWS
index e2e0a2d..b4a0091 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,6 +19,9 @@
Library
-------
+- Issue #8515: Set __file__ when run file in IDLE.
+ Initial patch by Bruce Frederiksen.
+
- Issue #14496: Fix wrong name in idlelib/tabbedpages.py.
Patch by Popa Claudiu.