linkedin / pyexchange

Python wrapper for Microsoft Exchange
Apache License 2.0
153 stars 98 forks source link

Use byte strings when generating the request for the url as well #9

Closed LeBenHL closed 10 years ago

LeBenHL commented 10 years ago

When generating requests, it is recommended to use byte strings for all parameters. We converted the body to a byte string but forgot the case where the url maybe in unicode as well.