summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-02-26 22:39:23 (GMT)
committerGuido van Rossum <guido@python.org>2002-02-26 22:39:23 (GMT)
commit06ee2531a821100859e9c5a245599866ed9af0e6 (patch)
tree9a2d2a784c6800bff40f47a1244f9eeb6bfae652 /Lib/test/output
parent5ae815af999ce284fac06a0c92f5ef32ed423681 (diff)
downloadcpython-06ee2531a821100859e9c5a245599866ed9af0e6.zip
cpython-06ee2531a821100859e9c5a245599866ed9af0e6.tar.gz
cpython-06ee2531a821100859e9c5a245599866ed9af0e6.tar.bz2
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.
Diffstat (limited to 'Lib/test/output')
-rw-r--r--Lib/test/output/test_builtin1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/output/test_builtin b/Lib/test/output/test_builtin
index 1c3b69c..6c1b9aa 100644
--- a/Lib/test/output/test_builtin
+++ b/Lib/test/output/test_builtin
@@ -26,6 +26,7 @@ int
isinstance
issubclass
len
+list
long
map
max