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 jblairpdx
Recipients jblairpdx
Date 2014-06-05.18:54:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401994479.3.0.49246899079.issue21672@psf.upfronthosting.co.za>
In-reply-to
Content
I just upgraded from 2.7.6 to 2.7.7, on Windows, and have encountered different behavior in my path configuration (.pth) files. One of my files had lines similar to these:

\\host\sharefolder

These paths (UNC-style), are not being loaded into sys.path. It is successfully loading path lines from this and other files, so long as they have a drive letter.
History
Date User Action Args
2014-06-05 18:54:39jblairpdxsetrecipients: + jblairpdx
2014-06-05 18:54:39jblairpdxsetmessageid: <1401994479.3.0.49246899079.issue21672@psf.upfronthosting.co.za>
2014-06-05 18:54:39jblairpdxlinkissue21672 messages
2014-06-05 18:54:39jblairpdxcreate