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 Windson Yang
Recipients StefanBauerTT, Windson Yang, docs@python
Date 2018-11-30.00:40:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543538410.81.0.788709270274.issue35325@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand correctly, this may be better.

Try to find the module name. If path is omitted or None, the list of directory names given by sys.path is searched. If path is built-in or frozen modules, return None instead.

BTW, the dosstring should also be updated, I will not continue search the path if the path in build-in or frozen. and this module is deprecated since version 3.4
History
Date User Action Args
2018-11-30 00:40:10Windson Yangsetrecipients: + Windson Yang, docs@python, StefanBauerTT
2018-11-30 00:40:10Windson Yangsetmessageid: <1543538410.81.0.788709270274.issue35325@psf.upfronthosting.co.za>
2018-11-30 00:40:10Windson Yanglinkissue35325 messages
2018-11-30 00:40:10Windson Yangcreate