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 steve.dower
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-01-19.16:54:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484844872.11.0.819349056222.issue29326@psf.upfronthosting.co.za>
In-reply-to
Content
If a python._pth file includes a blank line, it gets treated as '\n' which is then appended to the directory and used as an entry in sys.path.

Empty lines should be ignored completely.
History
Date User Action Args
2017-01-19 16:54:32steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware
2017-01-19 16:54:32steve.dowersetmessageid: <1484844872.11.0.819349056222.issue29326@psf.upfronthosting.co.za>
2017-01-19 16:54:32steve.dowerlinkissue29326 messages
2017-01-19 16:54:32steve.dowercreate