• Guido van Rossum's avatar
    SF patch #523169, by Samuele Pedroni. · 06ee2531
    Guido van Rossum yazdı
    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.
    06ee2531
test_builtin 361 Bytes