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 stutzbach
Recipients michael.foord, pitrou, r.david.murray, stutzbach
Date 2012-04-09.17:45:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333993509.71.0.879699725785.issue14534@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't the subclass inherit the False value?  Then the user would need to remember to override the value again in the subclass, which is error prone.

Antoine: I've used the pattern you describe on a couple of occasions, and it routinely confuses my code reviewers.
History
Date User Action Args
2012-04-09 17:45:09stutzbachsetrecipients: + stutzbach, pitrou, r.david.murray, michael.foord
2012-04-09 17:45:09stutzbachsetmessageid: <1333993509.71.0.879699725785.issue14534@psf.upfronthosting.co.za>
2012-04-09 17:45:09stutzbachlinkissue14534 messages
2012-04-09 17:45:09stutzbachcreate