summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2005-02-17 14:55:21 (GMT)
committerMichael W. Hudson <mwh@python.net>2005-02-17 14:55:21 (GMT)
commit8e1afab11157d698e89958106f459e2765995cde (patch)
tree50f9d7cd74931a6d984a6dc66c0a3f02b3338660 /Misc/NEWS
parent6ed710a15b612f53d0dce1adcf1dbf0c318b6366 (diff)
downloadcpython-8e1afab11157d698e89958106f459e2765995cde.zip
cpython-8e1afab11157d698e89958106f459e2765995cde.tar.gz
cpython-8e1afab11157d698e89958106f459e2765995cde.tar.bz2
NEWS blurb for fix of:
[ 1124295 ] Function's __name__ no longer accessible in restricted mode
Diffstat (limited to 'Misc/NEWS')
-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.