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 flying sheep
Recipients barry, doko, eric.araujo, flying sheep, fwierzbicki, georg.brandl, glyph, lemburg, martin.panter, michael.foord, ned.deily, pitrou, r.david.murray, ronaldoussoren, tarek
Date 2015-09-01.07:48:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1441093685.23.0.681738495054.issue7175@psf.upfronthosting.co.za>
In-reply-to
Content
no, sorry, but ~/.python is wrong on linux.

there exists a standard about where things belong:

http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html

it says that configuration stuff belongs into `XDG_CONFIG_HOME`, with a fallback to `~/.config/`

i propose to add the `appdirs` module to the stdlib so that programs finally don’t have to guess and hack around this kind of things.

https://pypi.python.org/pypi/appdirs
History
Date User Action Args
2015-09-01 07:48:05flying sheepsetrecipients: + flying sheep, lemburg, barry, georg.brandl, doko, ronaldoussoren, pitrou, tarek, fwierzbicki, ned.deily, glyph, eric.araujo, r.david.murray, michael.foord, martin.panter
2015-09-01 07:48:05flying sheepsetmessageid: <1441093685.23.0.681738495054.issue7175@psf.upfronthosting.co.za>
2015-09-01 07:48:05flying sheeplinkissue7175 messages
2015-09-01 07:48:05flying sheepcreate