[Python-Dev] py.ini documentation improvement (original) (raw)
Glenn Linderman v+python at g.nevcal.com
Thu Nov 28 22:34:07 CET 2013
- Previous message: [Python-Dev] py.ini documentation improvement
- Next message: [Python-Dev] py.ini documentation improvement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 11/28/2013 1:04 PM, Tim Delaney wrote:
%LOCALAPPDATA% should always contain the same value as would be returned from SHGetFolderPath with CSIDLLOCALAPPDATA. Except when it gets changed. Documentation should reflect the actual use in the code. If it uses the SHGetFolderPath, that is what should be documented; if it uses the environment variable, that is what should get documented. Users can easily change the environment variable (which might be a reason to use it, instead of SHGetFolderPath). -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20131128/60dc79c5/attachment.html>
- Previous message: [Python-Dev] py.ini documentation improvement
- Next message: [Python-Dev] py.ini documentation improvement
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]