Re: [Python-Dev] MutableSet and Set named methods

2009-03-24 Thread Guido van Rossum
On Tue, Mar 24, 2009 at 4:38 PM, Raymond Hettinger wrote: > Does anyone remember the reason that most of the named methods were omitted > from the ABC for mutablesets and sets?  The update() method in particular > would be nice to have. Because it's the same as +=, and if you want it as a callabl

[Python-Dev] MutableSet and Set named methods

2009-03-24 Thread Raymond Hettinger
Does anyone remember the reason that most of the named methods were omitted from the ABC for mutablesets and sets? The update() method in particular would be nice to have. RAymond ___ Python-Dev mailing list Python-Dev@python.org http://mail.pytho