]> granicus.if.org Git - python/commit
SF patch #523169, by Samuele Pedroni.
authorGuido van Rossum <guido@python.org>
Tue, 26 Feb 2002 22:39:23 +0000 (22:39 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Feb 2002 22:39:23 +0000 (22:39 +0000)
commit06ee2531a821100859e9c5a245599866ed9af0e6
tree9a2d2a784c6800bff40f47a1244f9eeb6bfae652
parent5ae815af999ce284fac06a0c92f5ef32ed423681
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.
Lib/test/output/test_builtin
Lib/test/test_b1.py
Lib/test/test_b2.py