[Python-checkins] CVS: python/dist/src/Lib/test/output test_builtin,1.6,1.7

Guido van Rossum gvanrossum@users.sourceforge.net
Tue, 26 Feb 2002 14:39:25 -0800


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

Modified Files:
	test_builtin 
Log Message:
SF patch #523169, by Samuele Pedroni.

There were never tests for the fact that list() always returns a *new*
list object, even when the argument is a list, while tuple() may
return a reference to the argument when it is a tuple.  Now there are.



Index: test_builtin
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_builtin,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** test_builtin	19 Jan 2001 21:57:52 -0000	1.6
--- test_builtin	26 Feb 2002 22:39:23 -0000	1.7
***************
*** 27,30 ****
--- 27,31 ----
  issubclass
  len
+ list
  long
  map