softlayer-object-storage-python
softlayer-object-storage-python copied to clipboard
Python3 compatibility
What has bee handled:
- Use of
dict.items()instead ofdict.iteritems - Enforce unicode as input of
json.loads - Handling Exception syntax
- Implement
__iter__and__len__for abstract classes - Use
http.clientin python3 - Use
urllib.parse.quoteandurllib.parse.urlencodein python3 -
httplib2andrequeststransports have been tested -
twistedtransport has not