[Python-checkins] python/dist/src/Misc NEWS, 1.1193.2.20, 1.1193.2.21

mwh at users.sourceforge.net mwh at users.sourceforge.net
Thu Feb 17 15:57:07 CET 2005


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30839

Modified Files:
      Tag: release24-maint
	NEWS 
Log Message:
Backport: 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.1193.2.20
retrieving revision 1.1193.2.21
diff -u -d -r1.1193.2.20 -r1.1193.2.21
--- NEWS	13 Feb 2005 22:56:41 -0000	1.1193.2.20
+++ NEWS	17 Feb 2005 14:57:04 -0000	1.1193.2.21
@@ -12,6 +12,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.
 



More information about the Python-checkins mailing list