safe_join on Windows uses posixpath

fixes #2033
closes #2059
This commit is contained in:
David Lord 2017-05-15 16:58:01 -07:00 committed by Markus Unterwaditzer
parent 4ff84d537a
commit f7c35bf0d5
3 changed files with 33 additions and 21 deletions

View file

@ -15,6 +15,13 @@ Major release, unreleased
method returns compressed response by default, and pretty response in
debug mode.
Version 0.12.2
--------------
Bugfix release
- Fix a bug in `safe_join` on Windows.
Version 0.12.1
--------------