Release 0.5.0
0.5.0 (2020-01-13)
Features
- Reimplemented
vistir.contextmanagers.open_file
to fall back tourllib.urlopen
in the absence ofrequests
, which is now an optional extra. #102
Bug Fixes
- Fixed a bug which caused
path_to_url
to sometimes fail to properly encode surrogates using utf-8 on windows using python 3. #100