Since requests 0.10.1 dropped Python5 support, to catch an exception and
authorDaniele Tricoli <eriol@mornie.org>
Sun, 5 Feb 2012 03:18:22 +0000 (04:18 +0100)
committerDaniele Tricoli <eriol@mornie.org>
Sun, 5 Feb 2012 03:18:22 +0000 (04:18 +0100)
commitc40d6d05096ce10440390f11753985bcb6b96e86
tree1f460a07340253af050a767fd94cb4594d695d7a
parenta74481a1d496cfa77d6ecf23b6a3fe34b3012084
Since requests 0.10.1 dropped Python5 support, to catch an exception and
store the exception object in a variable the "as" keyword can be used so
Python3 will not raise a SyntaxError
requests/packages/oreos/structures.py