[Python-3000] Nix dict.copy()

skip at pobox.com skip at pobox.com
Sun Feb 10 20:42:45 CET 2008


    Steven> Maybe copy.copy() could become __builtin__.copy()?  

And what of copy.depcopy()?  Doesn't seem to be much else public defined in
the copy module:

    % python -c 'import copy ; print copy.__all__'
    ['Error', 'copy', 'deepcopy']

If copy.copy() migrates to builtin it should raise something other than
copy.Error as well.

Skip


More information about the Python-3000 mailing list