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 tarek
Recipients tarek
Date 2009-08-13.08:31:54
SpamBayes Score 9.1804095e-06
Marked as misclassified No
Message-id <1250152318.06.0.31085221368.issue6693@psf.upfronthosting.co.za>
In-reply-to
Content
As discussed in Distutils-SIG.

Here's a patch for site.py that adds:

- getsitepackages : Returns a list containing all global site-packages
directories (and possibly site-python).

- getusersitepackages: Returns the user-specific site-packages directory
path.

- getuserbase: Returns the `user base` directory path.
History
Date User Action Args
2009-08-13 08:31:58tareksetrecipients: + tarek
2009-08-13 08:31:58tareksetmessageid: <1250152318.06.0.31085221368.issue6693@psf.upfronthosting.co.za>
2009-08-13 08:31:56tareklinkissue6693 messages
2009-08-13 08:31:56tarekcreate