[Python-Dev] Standard Library Tour Part II (original) (raw)

Raymond Hettinger python at rcn.com
Mon May 24 20:43:09 EDT 2004


[ Armin Rigo ]

> d['primary'] = a # does not create a reference > NameError: name 'a' is not defined

Oups, wrong line and hence wrong exception for what you're trying to show.

Fixed.

Thanks,

Raymond



More information about the Python-Dev mailing list