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 Wheerd, gvanrossum, levkivskyi
Date 2017-01-27.20:56:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485550589.84.0.86275258855.issue29377@psf.upfronthosting.co.za>
In-reply-to
Content
Manuel, thank you for the new patch now everything works. I have few more comments:
1. I have found that there is one more built-in type: type(str.join) gives <class 'method_descriptor'>. Maybe it makes sense to add this one too?
2. Taking into account previous point I withdraw my idea of needing tests here. Sorry for changing opinion twice, but it looks like there are many built-in types that seem to exist just for historical reasons. They might change in future.
3. Please take a look at my review on documentation in Rietveld.
History
Date User Action Args
2017-01-27 20:56:29levkivskyisetrecipients: + levkivskyi, gvanrossum, Wheerd
2017-01-27 20:56:29levkivskyisetmessageid: <1485550589.84.0.86275258855.issue29377@psf.upfronthosting.co.za>
2017-01-27 20:56:29levkivskyilinkissue29377 messages
2017-01-27 20:56:29levkivskyicreate