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 ncoghlan
Recipients Greg.Slodkowicz, brett.cannon, docs@python, eric.araujo, gwideman, ncoghlan, pje
Date 2011-06-12.07:54:06
SpamBayes Score 0.021484908
Marked as misclassified No
Message-id <1307865246.98.0.713992597782.issue11553@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, now I get your point re .pkg vs .pth. I naturally read that as ".pth entries are to sys.path entries as .pkg entries are to pkg.__path__ entries", without any hint that those are the same *kind* of thing. However, I already know that sys.path and pkg.__path__ entries are different, and now I see how it could be misleading for anyone that wasn't as familiar with the distinction.

(This has actually been one of the historic problems with the import documentation - we *don't always know* when something is unclear, because we unconsciously fill in the missing pieces)
History
Date User Action Args
2011-06-12 07:54:07ncoghlansetrecipients: + ncoghlan, brett.cannon, pje, eric.araujo, docs@python, Greg.Slodkowicz, gwideman
2011-06-12 07:54:06ncoghlansetmessageid: <1307865246.98.0.713992597782.issue11553@psf.upfronthosting.co.za>
2011-06-12 07:54:06ncoghlanlinkissue11553 messages
2011-06-12 07:54:06ncoghlancreate