gopy icon indicating copy to clipboard operation
gopy copied to clipboard

python2 doesn't catch error that python3 does in _example/maps

Open rcoreilly opened this issue 6 years ago • 0 comments

in _examples/maps/test.py:

# TODO: not sure why python2 doesn't just catch this error, but it doesn't seem to..
# try:
#     v = a[4]
# except Exception as err:
#     print("caught error: %s" % (err,))
#     pass

rcoreilly avatar Jun 07 '19 06:06 rcoreilly