[Python-3000] Reminder: Py3k PEPs due by April

Steven Bethard steven.bethard at gmail.com
Tue Apr 10 21:31:45 CEST 2007


On 4/10/07, Brett Cannon <brett at python.org> wrote:
> And I still expect a named tuple implementation in the collections module.

Fortunately, Raymond borrowed the time machine already::

Python 2.6a0 (trunk:54711M, Apr  6 2007, 23:48:33) [MSC v.1310 32 bit
(Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import collections
>>> collections.NamedTuple
<function NamedTuple at 0x00B47980>

Steve
-- 
I'm not *in*-sane. Indeed, I am so far *out* of sane that you appear a
tiny blip on the distant coast of sanity.
        --- Bucky Katt, Get Fuzzy


More information about the Python-3000 mailing list