]> granicus.if.org Git - python/commitdiff
NEWS blurb for fix of:
authorMichael W. Hudson <mwh@python.net>
Thu, 17 Feb 2005 14:55:21 +0000 (14:55 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 17 Feb 2005 14:55:21 +0000 (14:55 +0000)
1124295 ] Function's __name__ no longer accessible in restricted mode

Misc/NEWS

index 88a2fe6a3e99cf8d4a6e90444edd1aa881ec09cf..a5ab25a01d1a5d9674522b26e8667638a1e647de 100644 (file)
--- 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.