]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport gvanrossum's checkin of
authorMichael W. Hudson <mwh@python.net>
Thu, 28 Feb 2002 10:14:24 +0000 (10:14 +0000)
committerMichael W. Hudson <mwh@python.net>
Thu, 28 Feb 2002 10:14:24 +0000 (10:14 +0000)
commitbbb5c47d7394789dfc45d4172d46780745f0498c
tree0a8b2a20ce97e8b9e2cdbec7e7e5feda7734d550
parent1110caf9a4d1f7090680fac6f0b5d63e5e90c1e6
backport gvanrossum's checkin of
    revision 1.44 of test_b1.py
    revision 1.31 of test_b2.py

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/test_b1.py
Lib/test/test_b2.py