summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 88a2fe6..a5ab25a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,9 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- Bug #1124295: the __name__ attribute of file objects was
+ inadvertently made inaccessible in restricted mode.
+
- Bug #1074011: closing sys.std{out,err} now causes a flush() and
an ferror() call.