Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 227 Bytes

old-octal-literal.md

File metadata and controls

7 lines (4 loc) · 227 Bytes

Pattern: Old octal literal

Issue: -

Description

Used when encountering the old octal syntax, removed in Python 3. To use the new syntax, prepend 0o on the number. This message can't be emitted when using Python >= 3.0.