softlayer-object-storage-python icon indicating copy to clipboard operation
softlayer-object-storage-python copied to clipboard

Python3 compatibility

Open gtnx opened this issue 9 years ago • 0 comments

What has bee handled:

  • Use of dict.items() instead of dict.iteritems
  • Enforce unicode as input of json.loads
  • Handling Exception syntax
  • Implement __iter__ and __len__ for abstract classes
  • Use http.client in python3
  • Use urllib.parse.quote and urllib.parse.urlencode in python3
  • httplib2 and requests transports have been tested
  • twisted transport has not

gtnx avatar Mar 29 '16 13:03 gtnx