[Python-ideas] Set Syntax
Guido van Rossum
guido at python.org
Tue Nov 23 20:59:22 CET 2010
FWIW I'm fine with adding list.clear() to 3.3.
On Tue, Nov 23, 2010 at 11:33 AM, Mike Meyer
<mwm-keyword-python.b4bdba at mired.org> wrote:
> On Tue, 23 Nov 2010 11:08:45 -0800
> Chris Rebert <pyideas at rebertia.com> wrote:
>> Also, is it that common to treat such significantly differently
>> collection types generically?
>
> What's common - or at least not unknown - is for the changing nature
> of a problem to dictate that you change which collection type you're
> using. The more methods they share, the easier making that change
> is.
>
> <mike
> --
> Mike Meyer <mwm at mired.org> http://www.mired.org/consulting.html
> Independent Network/Unix/Perforce consultant, email for more information.
>
> O< ascii ribbon campaign - stop html mail - www.asciiribbon.org
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> http://mail.python.org/mailman/listinfo/python-ideas
>
--
--Guido van Rossum (python.org/~guido)
More information about the Python-ideas
mailing list