[Python-checkins] python/dist/src/Misc ACKS,1.227,1.228

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Sat, 08 Mar 2003 23:05:46 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv15204

Modified Files:
	ACKS 
Log Message:
SF patch #667730: More DictMixin

* Adds missing pop() methods to weakref.py
* Expands test suite to broaden coverage of objects with 
  a mapping interface.

Contributed by Sebastien Keim.



Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.227
retrieving revision 1.228
diff -C2 -d -r1.227 -r1.228
*** ACKS	10 Feb 2003 01:09:49 -0000	1.227
--- ACKS	9 Mar 2003 07:05:43 -0000	1.228
***************
*** 282,285 ****
--- 282,286 ----
  Jacob Kaplan-Moss
  Lou Kates
+ Sebastien Keim
  Randall Kern
  Robert Kern