Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thoughts on a few changes #40

Closed
dstufft opened this issue Apr 24, 2014 · 1 comment
Closed

Thoughts on a few changes #40

dstufft opened this issue Apr 24, 2014 · 1 comment
Labels
Milestone

Comments

@dstufft
Copy link
Contributor

dstufft commented Apr 24, 2014

Hello there!

We're investigating using appdirs inside of pip over in pypa/pip#1733 and a few issues came up. We were wondering if y'all would be interested in any of these changes at all.

  1. Make the "vendor" argument optional even on Windows, and simply omit it if it is not provided. While it is true that technically the vendor is a required directory on Windows, it's not a very well followed standard and a lot of things violate it.
  2. Ability to override the default values, specifically so we can move the /etc/xdg/<foo> directory to /etc/<foo>. Again while it is true that the XDG spec does mandate defaulting to /etc/xdg looking at a few Linux installs it appears that generally the only things that actually do default to /etc/xdg instead of /etc are actual desktop apps and not CLI programs like pip.

I don't have a problem submitting these pull requests but I wanted to see if these were things that y'all were willing to have!

@srid
Copy link
Contributor

srid commented Apr 28, 2014

@dstufft +1 - as long as the default behaviour doesn't change. feel free to open a pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants