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
_______________________________________________
Python-3000 mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to