[Python-checkins] python/dist/src/Misc NEWS,1.1061,1.1062

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Aug 2 10:30:09 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Completed the patch for Bug #215126.
* Fixes an incorrect variable in a PyDict_CheckExact.
* Allow general mapping locals arguments for the execfile() function
  and exec statement.
* Add tests.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1061
retrieving revision 1.1062
diff -C2 -d -r1.1061 -r1.1062
*** NEWS	2 Aug 2004 06:24:59 -0000	1.1061
--- NEWS	2 Aug 2004 08:30:06 -0000	1.1062
***************
*** 270,274 ****
    Windows DLLs.
  
! - Bug #215126.  The locals argument to eval() now accepts any mapping type.
  
  - marshal now shares interned strings. This change introduces
--- 270,275 ----
    Windows DLLs.
  
! - Bug #215126.  The locals argument to eval(), execfile(), and exec now
!   accept any mapping type.
  
  - marshal now shares interned strings. This change introduces



More information about the Python-checkins mailing list