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 eric.smith
Recipients asvetlov, eric.smith, sebasbeco, yselivanov
Date 2019-11-09.01:24:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573262691.74.0.534448574502.issue38752@roundup.psfhosted.org>
In-reply-to
Content
Also: you're statement that bar was initialized to "some value" isn't true: you didn't use attr1 in your __init__ method, so "some value" was never used.

If you're confused, I suggest you ask on the python-list or tutor mailing lists. More info here: https://mail.python.org/mailman/listinfo
History
Date User Action Args
2019-11-09 01:24:51eric.smithsetrecipients: + eric.smith, asvetlov, yselivanov, sebasbeco
2019-11-09 01:24:51eric.smithsetmessageid: <1573262691.74.0.534448574502.issue38752@roundup.psfhosted.org>
2019-11-09 01:24:51eric.smithlinkissue38752 messages
2019-11-09 01:24:51eric.smithcreate