This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eli.bendersky
Recipients docs@python, eli.bendersky, ori.livneh
Date 2011-11-06.04:06:45
SpamBayes Score 0.029149093
Marked as misclassified No
Message-id <1320552407.66.0.684409267019.issue13352@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, I agree, Ori.

The paragraph immediately preceding the code sample says:

    "Data attributes need not be declared; like local variables, they spring into existence when they are first assigned to [...] the following piece of code will print the value 16, without leaving a trace"

Which is what the code sample demonstrates.
History
Date User Action Args
2011-11-06 04:06:47eli.benderskysetrecipients: + eli.bendersky, docs@python, ori.livneh
2011-11-06 04:06:47eli.benderskysetmessageid: <1320552407.66.0.684409267019.issue13352@psf.upfronthosting.co.za>
2011-11-06 04:06:45eli.benderskylinkissue13352 messages
2011-11-06 04:06:45eli.benderskycreate