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 BreamoreBoy, amaury.forgeotdarc, christian.heimes, draghuram, loewis, mhammond, ocean-city, serhiy.storchaka
Date 2013-06-24.17:01:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1372093262.99.0.273621420883.issue1763@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch that returns the paths of all known SHGetKnownFolderPath() and SHGetFolderPath(). SHGetKnownFolderPath() is currently not available for Python 3.4 as Python 3.4 still uses Windows XP API but SHGetKnownFolderPath() requires Vista or newer.

http://msdn.microsoft.com/en-us/library/windows/desktop/bb776911%28v=vs.85%29.aspx
History
Date User Action Args
2013-06-24 17:01:03christian.heimessetrecipients: + christian.heimes, loewis, mhammond, amaury.forgeotdarc, ocean-city, draghuram, BreamoreBoy, serhiy.storchaka
2013-06-24 17:01:02christian.heimessetmessageid: <1372093262.99.0.273621420883.issue1763@psf.upfronthosting.co.za>
2013-06-24 17:01:02christian.heimeslinkissue1763 messages
2013-06-24 17:01:02christian.heimescreate