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 rhettinger
Recipients docs@python, ezio.melotti, georg.brandl, reneighbor, rhettinger, sleepycal
Date 2014-06-21.21:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403387950.08.0.248446391069.issue11974@psf.upfronthosting.co.za>
In-reply-to
Content
Renee, thanks for the patch.  It looks pretty good.

I've reworked a bit to accomplish the following:

* Added a short introductory a short discussion about class variables versus instance variables.  This addresses other questions that tend to arise irrespective of mutability.

* Referenced the related discussion in"A Word About Names and Objects".

* Referenced the term "mutable" in the glossary.

* change "dangerous" to "unexpected" in accordance with the style guide and following Guido's own wording on the subject.

* Change the class names from "A" and "B" to a "Dog" class because readers tend to find that the more abstract "A" and "B" examples are a little harder to follow.
History
Date User Action Args
2014-06-21 21:59:10rhettingersetrecipients: + rhettinger, georg.brandl, ezio.melotti, docs@python, sleepycal, reneighbor
2014-06-21 21:59:10rhettingersetmessageid: <1403387950.08.0.248446391069.issue11974@psf.upfronthosting.co.za>
2014-06-21 21:59:10rhettingerlinkissue11974 messages
2014-06-21 21:59:09rhettingercreate