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 christian.heimes, draghuram, loewis
Date 2008-01-08.22:26:46
SpamBayes Score 0.03261487
Marked as misclassified No
Message-id <1199831207.76.0.228984097794.issue1763@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a new patch which adds os.path.getshellfolders(). It uses
SHGetFolderPathW which is compatible with Windows 2000.

I've implemented the API because several of my project need the path to
my documents. I've a personal interested in the specific feature. It may
also be required for a new, user specific site-package directory. The
feature is currently being discussed on the python-dev list.
History
Date User Action Args
2008-01-08 22:26:47christian.heimessetspambayes_score: 0.0326149 -> 0.03261487
recipients: + christian.heimes, loewis, draghuram
2008-01-08 22:26:47christian.heimessetspambayes_score: 0.0326149 -> 0.0326149
messageid: <1199831207.76.0.228984097794.issue1763@psf.upfronthosting.co.za>
2008-01-08 22:26:46christian.heimeslinkissue1763 messages
2008-01-08 22:26:46christian.heimescreate