cloudant / python-cloudant

A Python library for Cloudant and CouchDB
Apache License 2.0
163 stars 55 forks source link

Use `'/'.join()` to concatenate URL parts #322

Closed smithsz closed 7 years ago

smithsz commented 7 years ago

Thanks for your hard work, please ensure all items are complete before opening.

What

Use '/'.join() to concatenate URL parts.

How

Updated posixpath.join references to use '/'.join when concatenating URL parts.

Issues

Fixes #127.