[Python-Dev] Standard Library Tour Part II (original) (raw)
Raymond Hettinger python at rcn.com
Mon May 24 20:43:09 EDT 2004
- Previous message: [Python-Dev] Standard Library Tour Part II
- Next message: [Python-Dev] Standard Library Tour Part II
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[ 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
- Previous message: [Python-Dev] Standard Library Tour Part II
- Next message: [Python-Dev] Standard Library Tour Part II
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]