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 qb-cea
Recipients pitrou, qb-cea
Date 2018-01-26.12:02:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1516968178.14.0.467229070634.issue32665@psf.upfronthosting.co.za>
In-reply-to
Content
Typo in the code of the previous comment:

- __slots__ = ("new_attr",)
+ __slots__ = ("_new_attr",)
History
Date User Action Args
2018-01-26 12:02:58qb-ceasetrecipients: + qb-cea, pitrou
2018-01-26 12:02:58qb-ceasetmessageid: <1516968178.14.0.467229070634.issue32665@psf.upfronthosting.co.za>
2018-01-26 12:02:58qb-cealinkissue32665 messages
2018-01-26 12:02:58qb-ceacreate