python/dist/src/Misc NEWS,1.1242,1.1243
Update of /cvsroot/python/python/dist/src/Misc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30396 Modified Files: NEWS Log Message: NEWS blurb for fix of: [ 1124295 ] Function's __name__ no longer accessible in restricted mode Index: NEWS =================================================================== RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v retrieving revision 1.1242 retrieving revision 1.1243 diff -u -d -r1.1242 -r1.1243 --- NEWS 16 Feb 2005 00:07:19 -0000 1.1242 +++ NEWS 17 Feb 2005 14:55:21 -0000 1.1243 @@ -10,6 +10,9 @@ 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.
participants (1)
-
mwh@users.sourceforge.net