[Python-ideas] a new namedtuple
Guido van Rossum
guido at python.org
Tue Jul 18 00:31:39 EDT 2017
On Mon, Jul 17, 2017 at 6:25 PM, Eric Snow <ericsnowcurrently at gmail.com>
wrote:
> On Mon, Jul 17, 2017 at 6:01 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
> > Guido has decreed that namedtuple shall be reimplemented with speed in
> mind.
>
> FWIW, I'm sure that any changes to namedtuple will be kept as minimal
> as possible. Changes would be limited to the underlying
> implementation, and would not include the namedtuple() signature, or
> using metaclasses, etc. However, I don't presume to speak for Guido
> or Raymond. :)
>
Indeed. I referred people here for discussion of ideas like this:
>>> a = (x=1, y=0)
--
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170717/7e832d53/attachment.html>
More information about the Python-ideas
mailing list