python2 doesn't catch error that python3 does in _example/maps
Open
- Dominant language
- Go
- Stars
- 2.3k
- Forks
- 136
- Avg merge
- 14m
- Merged PRs (30d)
- 2
Description
in _examples/maps/test.py:
```Python
# 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
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.