]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport: NEWS blurb for fix of:
authorMichael W. Hudson <mwh@python.net>
Thu, 17 Feb 2005 14:57:04 +0000 (14:57 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 17 Feb 2005 14:57:04 +0000 (14:57 +0000)
1124295 ] Function's __name__ no longer accessible in restricted mode

Misc/NEWS

index 71b34eccab3d203a4a3d6a36fa55dd24051862d8..9106f80d9291e6e5a4638283aaa1b7beaf903785 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.4.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.