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 jjposner
Recipients georg.brandl, jjposner
Date 2009-03-31.15:46:00
SpamBayes Score 0.0017384744
Marked as misclassified No
Message-id <1238514361.85.0.664250386228.issue5621@psf.upfronthosting.co.za>
In-reply-to
Content
The "Assignment statements" section *does* talk about the RHS -- but in
a subtle way:

  For targets which are attribute references, the initial
  value is retrieved with a getattr()

The retrieving of the initial value (maybe "current value" would be
better) occurs on the RHS of the assignment statement.
History
Date User Action Args
2009-03-31 15:46:01jjposnersetrecipients: + jjposner, georg.brandl
2009-03-31 15:46:01jjposnersetmessageid: <1238514361.85.0.664250386228.issue5621@psf.upfronthosting.co.za>
2009-03-31 15:46:00jjposnerlinkissue5621 messages
2009-03-31 15:46:00jjposnercreate