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 christian.heimes
Recipients benjamin.peterson, christian.heimes, ncoghlan
Date 2008-11-20.14:24:01
SpamBayes Score 8.7227545e-06
Marked as misclassified No
Message-id <1227191042.24.0.927018903704.issue4082@psf.upfronthosting.co.za>
In-reply-to
Content
It's still an issue and I like to get it resolved. The site module lets
users access information related to my uesr site package directory. In
2.6 the information isn't accessible: 

$ python3.0 -m site --user-site
/home/heimes/.local/lib/python3.0/site-packages
$ python2.6 -m site --user-site
$
History
Date User Action Args
2008-11-20 14:24:02christian.heimessetrecipients: + christian.heimes, ncoghlan, benjamin.peterson
2008-11-20 14:24:02christian.heimessetmessageid: <1227191042.24.0.927018903704.issue4082@psf.upfronthosting.co.za>
2008-11-20 14:24:01christian.heimeslinkissue4082 messages
2008-11-20 14:24:01christian.heimescreate