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.araujo
Recipients benjamin.peterson, eric.araujo, gvanrossum, kerio, pitrou
Date 2011-01-08.23:41:11
SpamBayes Score 0.014413439
Marked as misclassified No
Message-id <1294530074.81.0.993212688006.issue10868@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and patch.  Some comments:


+        """Register a virtual subclass of an ABC. Returns the said subclass."""
Should be “Return”, for consistency.

+        return subclass # For usage as a decorator
I’d move that to the docstring.

Can you edit the docs (remember to use the versionchanged directive) too?
History
Date User Action Args
2011-01-08 23:41:14eric.araujosetrecipients: + eric.araujo, gvanrossum, pitrou, benjamin.peterson, kerio
2011-01-08 23:41:14eric.araujosetmessageid: <1294530074.81.0.993212688006.issue10868@psf.upfronthosting.co.za>
2011-01-08 23:41:11eric.araujolinkissue10868 messages
2011-01-08 23:41:11eric.araujocreate