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 r.david.murray
Recipients barry, doko, eric.araujo, flying sheep, fwierzbicki, georg.brandl, glyph, lemburg, martin.panter, ned.deily, pitrou, r.david.murray, ronaldoussoren, steve.dower, tarek
Date 2015-09-04.14:30:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441377053.41.0.644450646902.issue7175@psf.upfronthosting.co.za>
In-reply-to
Content
The "tendency of CLI applications to do it wrong" comes from the fact that they are following the *older* unix (de-facto) standard, which is to put config files in the home directory as dot files.  That is, they are *not* doing it wrong, they are following the older unix de-facto standard and not the freedesktop.org standard (which, you will note, is a standard arising out of GUI applications, not CLI applications).

Not, mind, you, that I think .config is a bad standard, I'm just saying that if you want to follow standards you need to account for the legacy standard as well as the new standard.
History
Date User Action Args
2015-09-04 14:30:53r.david.murraysetrecipients: + r.david.murray, lemburg, barry, georg.brandl, doko, ronaldoussoren, pitrou, tarek, fwierzbicki, ned.deily, glyph, eric.araujo, flying sheep, martin.panter, steve.dower
2015-09-04 14:30:53r.david.murraysetmessageid: <1441377053.41.0.644450646902.issue7175@psf.upfronthosting.co.za>
2015-09-04 14:30:53r.david.murraylinkissue7175 messages
2015-09-04 14:30:53r.david.murraycreate