Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 233 Bytes

range-builtin-not-iterating.md

File metadata and controls

7 lines (4 loc) · 233 Bytes

Pattern: range() built-in not iterating

Issue: -

Description

Used when the range() built-in is referenced in a non-iterating context (returns an iterator in Python 3). This message can't be emitted when using Python >= 3.0.