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 Alex Corcoles
Recipients Alex Corcoles, r.david.murray, rhettinger
Date 2017-11-17.18:04:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510941843.12.0.213398074469.issue32060@psf.upfronthosting.co.za>
In-reply-to
Content
Are you referring to something akin to Java's marker interfaces? That is, a class with no methods which you inherit from just for semantic meaning (e.g. Java's serializable interface that you implement to indicate that the class is designed for pickling).

In that case, I suppose the docs could mention this clearly so this is more "discoverable" to noobs like me and prevent further issues like this (I think mine wasn't an unreasonable expectation).

In any case, it's a minor point and I don't feel I have enough authority to discuss this topic- it's fine to close this.
History
Date User Action Args
2017-11-17 18:04:03Alex Corcolessetrecipients: + Alex Corcoles, rhettinger, r.david.murray
2017-11-17 18:04:03Alex Corcolessetmessageid: <1510941843.12.0.213398074469.issue32060@psf.upfronthosting.co.za>
2017-11-17 18:04:03Alex Corcoleslinkissue32060 messages
2017-11-17 18:04:03Alex Corcolescreate