[Python-Dev] set.copy documentation string (original) (raw)

Noam Raphael noamraph at gmail.com
Wed Dec 28 23:40:14 CET 2005


is currently "Return a shallow copy of a set."

Perhaps "shallow" should be removed, since set members are supposed to be immutable so there's no point in a deep copy?

Noam



More information about the Python-Dev mailing list