[Python-checkins] python/dist/src/Misc NEWS,1.956,1.957

mondragon at users.sourceforge.net mondragon at users.sourceforge.net
Sun Mar 21 15:24:09 EST 2004


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

Modified Files:
	NEWS 
Log Message:
Changed file.name to be the object passed as the 'name' argument to file()
Fixes SF Bug #773356


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.956
retrieving revision 1.957
diff -C2 -d -r1.956 -r1.957
*** NEWS	21 Mar 2004 19:34:30 -0000	1.956
--- NEWS	21 Mar 2004 20:24:07 -0000	1.957
***************
*** 13,16 ****
--- 13,18 ----
  -----------------
  
+ - Set file.name to the object passed to open (instead of a new string)
+ 
  - Moved tracebackobject into traceback.h and renamed to PyTracebackObject
  




More information about the Python-checkins mailing list