[Python-ideas] Decide if `type.__subclasses__` is part of future Python or not
Joy Diamond
python.gem at gmail.com
Mon Oct 29 14:25:36 EDT 2018
Thanks, Storchaka for finding the documentation.
Though it is really annoying I could not find it with a google search...
I looked really hard before taking the time to write my message.
Sorry to bother everyone with this.
On Mon, Oct 29, 2018 at 2:22 PM Serhiy Storchaka <storchaka at gmail.com>
wrote:
> 29.10.18 20:11, Joy Diamond пише:
> > Currently `type.__subclasses__` is not documented at docs.python.org
> > <http://docs.python.org> (and works in both python 2 & python 3).
> >
> > I would like to keep `.__subclasses__` and have it documented at
> > docs.python.org <http://docs.python.org>.
> >
> > Is there a reason it is not documented?
>
> It is documented.
>
> https://docs.python.org/3/library/stdtypes.html#class.__subclasses__
>
> _______________________________________________
> Python-ideas mailing list
> Python-ideas at python.org
> https://mail.python.org/mailman/listinfo/python-ideas
> Code of Conduct: http://python.org/psf/codeofconduct/
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20181029/4dc956a8/attachment.html>
More information about the Python-ideas
mailing list