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 pitrou
Recipients gvanrossum, neologix, pitrou
Date 2013-11-30.15:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385825283.2331.6.camel@fsol>
In-reply-to <CAH_1eM1+Qsv2ezU3PG1j2hmMUYhZqaTjQDJE-Ny-3SauT+97dw@mail.gmail.com>
Content
> > The problem for documentation use is that we're christening it as an
> > official API, and thus it becomes more difficult to refactor the
> > inheritance hierarchy.
> 
> So what would you suggest?

Hmmm... Well I guess your proposal makes sense :-) Aka. having a
documented ABC, and then a private base implementation.

Otherwise, you can also document the methods without saying precisely to
which class they belong, which I started doing on asyncio, but
apparently it confuses some people.
History
Date User Action Args
2013-11-30 15:28:05pitrousetrecipients: + pitrou, gvanrossum, neologix
2013-11-30 15:28:05pitroulinkissue19842 messages
2013-11-30 15:28:05pitroucreate