[Python-checkins] CVS: python/dist/src/Lib/test/output test_weakref,1.1,1.2

Martin v. L?wis loewis@users.sourceforge.net
Tue, 27 Feb 2001 10:36:58 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory usw-pr-cvs1:/tmp/cvs-serv22846/Lib/test/output

Modified Files:
	test_weakref 
Log Message:
Patch #403985: Add support for weak-keyed dictionaries


Index: test_weakref
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_weakref,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** test_weakref	2001/02/01 05:25:27	1.1
--- test_weakref	2001/02/27 18:36:56	1.2
***************
*** 16,19 ****
--- 16,23 ----
  weak dict test complete
  
+ Weak Keyed Dictionaries
+ objects are stored in weak dict
+ weak key dict test complete
+ 
  Non-callable Proxy References
  XXX -- tests not written!