News

Azure / msrestazure-for-python Public archive. Notifications You must be signed in to change notification settings; Fork 37; Star 20. Code; ... name 'TimeoutError' is not defined if reaching MSI ...
try: unicode = unicode except NameError: # 'unicode' is undefined, must be Python 3 str = str unicode = str bytes = bytes basestring = (str,bytes) else: # 'unicode' exists, must be Python 2 str = str ...