]> git.ipfire.org Git - thirdparty/httpx.git/commit
Use pathlib.Path instead of os.path functions (#188)
authorStephen Brown II <stephen.brownii@rackspace.com>
Fri, 9 Aug 2019 02:42:26 +0000 (20:42 -0600)
committerSeth Michael Larson <sethmichaellarson@gmail.com>
Fri, 9 Aug 2019 02:42:25 +0000 (21:42 -0500)
commitfde30b8d1494679becc8399621644ddbc2f51c54
tree950c643017a0f16cae889f997a55e8dde826648b
parentde91fdfa16aa4b38b4b73cbeb45b70c13a0347ae
Use pathlib.Path instead of os.path functions (#188)
httpx/config.py
httpx/multipart.py
httpx/utils.py
setup.py
tests/test_config.py