NEWS blurb for fix of:

[ 1124295 ] Function's __name__ no longer accessible in restricted mode
This commit is contained in:
Michael W. Hudson 2005-02-17 14:55:21 +00:00
parent 6ed710a15b
commit 8e1afab111
1 changed files with 3 additions and 0 deletions

View File

@ -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.