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 mhammond
Recipients amaury.forgeotdarc, christian.heimes, draghuram, loewis, mhammond
Date 2008-01-18.00:01:01
SpamBayes Score 0.008593541
Marked as misclassified No
Message-id <1200614467.89.0.308323934774.issue1763@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure why the approach of "load-em-all" is being taken. 
Interestingly, SHGetFolderPathW is listed as deprecated, so I doubt that
list will grow too much, but the implementation as specified prevents
the user from using other facilities available via the API (ie, what if
they *do* want it verified?  What if they want to specify
CSIDL_FLAG_CREATE?)

That said though, I don't object to the patch as it stands, and agree it
will meet the requirements of the majority of people who need a "known
path" on Windows.
History
Date User Action Args
2008-01-18 00:01:08mhammondsetspambayes_score: 0.00859354 -> 0.008593541
recipients: + mhammond, loewis, amaury.forgeotdarc, draghuram, christian.heimes
2008-01-18 00:01:07mhammondsetspambayes_score: 0.00859354 -> 0.00859354
messageid: <1200614467.89.0.308323934774.issue1763@psf.upfronthosting.co.za>
2008-01-18 00:01:01mhammondlinkissue1763 messages
2008-01-18 00:01:01mhammondcreate