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 doko
Recipients doko, phr, terry.reedy
Date 2020-05-25.09:13:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590397984.56.0.817747397485.issue40734@roundup.psfhosted.org>
In-reply-to
Content
I can't reproduce that:

$ python3.7 -c 'import sys; print (sys.path)'
['', '/usr/lib/python37.zip', '/usr/lib/python3.7', '/usr/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/dist-packages', '/usr/lib/python3/dist-packages']
History
Date User Action Args
2020-05-25 09:13:04dokosetrecipients: + doko, terry.reedy, phr
2020-05-25 09:13:04dokosetmessageid: <1590397984.56.0.817747397485.issue40734@roundup.psfhosted.org>
2020-05-25 09:13:04dokolinkissue40734 messages
2020-05-25 09:13:04dokocreate