From: Michael W. Hudson Date: Thu, 17 Feb 2005 14:57:04 +0000 (+0000) Subject: Backport: NEWS blurb for fix of: X-Git-Tag: v2.4.1c1~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=17cdedde196687bb9f3c88d1f31584b68c7eb9e5;p=thirdparty%2FPython%2Fcpython.git Backport: NEWS blurb for fix of: [ 1124295 ] Function's __name__ no longer accessible in restricted mode --- diff --git a/Misc/NEWS b/Misc/NEWS index 71b34eccab3d..9106f80d9291 100644 --- 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.