Message125807
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? |
|
| Date |
User |
Action |
Args |
| 2011-01-08 23:41:14 | eric.araujo | set | recipients:
+ eric.araujo, gvanrossum, pitrou, benjamin.peterson, kerio |
| 2011-01-08 23:41:14 | eric.araujo | set | messageid: <[email protected]> |
| 2011-01-08 23:41:11 | eric.araujo | link | issue10868 messages |
| 2011-01-08 23:41:11 | eric.araujo | create | |
|