-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply changes from bundled appdirs to vendored
* Convert Windows app data directory values to bytes on Python 2, so the output type is consistent across platforms (#4000) * Also look in ~/.config for user config on macOS (#4100) * Remove pywin32 dependency, only use ctypes and winreg for directory lookup on Windows (#2467) * Always use os.path.join() instead of os.sep.join() so cross-platform tests work as expected (#3275)
- Loading branch information
Showing
4 changed files
with
161 additions
and
286 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.