From: Michael W. Hudson Date: Thu, 17 Feb 2005 14:55:21 +0000 (+0000) Subject: NEWS blurb for fix of: X-Git-Tag: v2.5a0~2020 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8e1afab11157d698e89958106f459e2765995cde;p=thirdparty%2FPython%2Fcpython.git NEWS blurb for fix of: [ 1124295 ] Function's __name__ no longer accessible in restricted mode --- diff --git a/Misc/NEWS b/Misc/NEWS index 88a2fe6a3e99..a5ab25a01d1a 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.