Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 235 Bytes

long-suffix.md

File metadata and controls

7 lines (4 loc) · 235 Bytes

Pattern: Long suffix used

Issue: -

Description

Used when l or L is used to mark a long integer. This will not work in Python 3, since int and long types have merged. This message can't be emitted when using Python >= 3.0.