ActiveState / appdirs

A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
http://pypi.python.org/pypi/appdirs
MIT License
1.05k stars 98 forks source link

document user_config_dir in README #153

Closed untzag closed 2 years ago

untzag commented 4 years ago

closes #149

https://github.com/ActiveState/appdirs/blob/master/appdirs.py#L186-L189

harrybiddle commented 4 years ago

Awesome. I can't test the Windows ones but they look good to me (the code mentions they will be the same as the data dir). I can however correct the Mac ones.

untzag commented 4 years ago

@harrybiddle I was confused by your observed behavior, so I looked into it a bit more and it turns out that OSX has changed since the last release :confounded:

I believe that my original path is actually correct for current master!

https://github.com/ActiveState/appdirs/commit/c99f3303007a1803cbaa23fc2830336ec551460b

I guess we're gonna need a maintainer to figure this out for us... @zoofood are you the current maintainer? :thinking:

harrybiddle commented 4 years ago

Oh, dear :(

krystian3w commented 3 years ago

160