python2 doesn't catch error that python3 does in _example/maps
Offen
- Vorherrschende Sprache
- Go
- Sterne
- 2.3k
- Forks
- 136
- Ø Merge
- 14 Min.
- Gemergte PRs (30 T.)
- 2
Beschreibung
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
```
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.