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 Retro
Recipients Retro, docs@python, r.david.murray
Date 2011-02-25.13:57:39
SpamBayes Score 4.9966024e-05
Marked as misclassified No
Message-id <AANLkTikGuEGJvr__xJs99eyMGJ0edOzPGSaGtdHOaWCu@mail.gmail.com>
In-reply-to <1298640460.0.0.502426791959.issue11318@psf.upfronthosting.co.za>
Content
>
> Caution: within a method of C, an assignment like ``self.count = 42``
> creates a new and unrelated instance named "count" in ``self``'s own dict.

More clear is to say *Caution: within a method of class C, an assignment
like ``self.count = 42`` creates a new and unrelated instance named "count"
in ``self``'s own dict.*
*
*
Files
File name Uploaded
unnamed Retro, 2011-02-25.13:57:39
History
Date User Action Args
2011-02-25 13:57:40Retrosetrecipients: + Retro, r.david.murray, docs@python
2011-02-25 13:57:39Retrolinkissue11318 messages
2011-02-25 13:57:39Retrocreate