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 jan parowka
Recipients eryksun, jan parowka
Date 2015-07-31.23:51:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438386719.73.0.896658265746.issue24765@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2015-07-31 23:51:59jan parowkasetrecipients: + jan parowka, eryksun
2015-07-31 23:51:59jan parowkasetmessageid: <1438386719.73.0.896658265746.issue24765@psf.upfronthosting.co.za>
2015-07-31 23:51:59jan parowkalinkissue24765 messages
2015-07-31 23:51:59jan parowkacreate