Noam Raphael wrote:
> 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?

That still doesn't make copy return a deep copy, right? "shallow copy"
is more precise than "copy", and correct - what is gained from
removing it?

Regards,
Martin
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to