jan parowka added the comment:

Mac Developer Library mentions Library/Application Support/<App> as a preferred 
directory to store configuration files for an application, gotten via a call to 
NSSearchPathForDirectoriesInDomains or NSFileManager with 
NSApplicationSupportDirectory path key and either NSLocalDomainMask domain (for 
all users) or NSUserDomainMask domain (for current user).

https://developer.apple.com/library/mac/documentation/General/Conceptual/MOSXAppProgrammingGuide/AppRuntime/AppRuntime.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24765>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to