Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 325 Bytes

File metadata and controls

7 lines (6 loc) · 325 Bytes

Unspecified Encoding (W1514)

Using open without explicitly specifying an encoding It is better to specify an encoding when opening documents. Using the system default implicitly can create problems on other operating systems. See https://peps.python.org/pep-0597/ This message can't be emitted when using Python >= 3.15.