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 levkivskyi
Recipients gvanrossum, levkivskyi, ned.deily, serhiy.storchaka, vstinner, xgdomingo
Date 2018-01-11.22:36:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1515710206.89.0.467229070634.issue32226@psf.upfronthosting.co.za>
In-reply-to
Content
Serhiy,

I am sorry for a delay, I have recently moved to another country, this is why I have not much time. I will try to work on this weekend. Here are some points where you can be helpful:

* Make a short documentation PR for `__mro_entry__` and `__base_subclass__` methods.
* Document the `__class_getitem__` C API calling convention (with motivation, many classes are implemented in C but are generic in nature, like numpy.ndarray) in PEP 560.

(I know this might be not very interesting, but this will save time for me to focus only on typing part.)
History
Date User Action Args
2018-01-11 22:36:46levkivskyisetrecipients: + levkivskyi, gvanrossum, vstinner, ned.deily, serhiy.storchaka, xgdomingo
2018-01-11 22:36:46levkivskyisetmessageid: <1515710206.89.0.467229070634.issue32226@psf.upfronthosting.co.za>
2018-01-11 22:36:46levkivskyilinkissue32226 messages
2018-01-11 22:36:46levkivskyicreate