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 benjamin.peterson
Recipients benjamin.peterson, pitrou
Date 2011-08-16.23:16:47
SpamBayes Score 0.0018392209
Marked as misclassified No
Message-id <1313536608.32.0.534168910193.issue12766@psf.upfronthosting.co.za>
In-reply-to
Content
So would you prefer to see

>>> x.foo
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
AttributeError: foo
>>> x.foo = 5
>>> x.foo
5
?
History
Date User Action Args
2011-08-16 23:16:48benjamin.petersonsetrecipients: + benjamin.peterson, pitrou
2011-08-16 23:16:48benjamin.petersonsetmessageid: <1313536608.32.0.534168910193.issue12766@psf.upfronthosting.co.za>
2011-08-16 23:16:47benjamin.petersonlinkissue12766 messages
2011-08-16 23:16:47benjamin.petersoncreate