-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Drop the internal copy of "appdirs" to use the vendored one #6040
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
Comments
This will mostly involve figuring out which patches have been made to pip's copy of appdirs and merging them upstream. |
Okay -- figured those things out. Now, things to do are:
Notes: #3275 -- Use os.path.join; instead of os.sep.join([]) |
It’s a little unfortunate how little interest upstream has to various improvements. I guess the library is probably “finished” from their perspective. |
So, with #7501 done, should we eliminate |
No, I don't think so, for the same reason as you pointed out. Let's close this issue. :) Thanks a lot for tackling this @uranusjr! ^>^ |
See #4945 and #4874 (comment) for context.
The text was updated successfully, but these errors were encountered: