Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 194 Bytes

indexing-exception.md

File metadata and controls

7 lines (4 loc) · 194 Bytes

Pattern: Indexing exception

Issue: -

Description

Indexing exceptions will not work on Python 3. Use exception.args[index] instead. This message can't be emitted when using Python >= 3.0.