Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPEP 597: Raise a warning when encoding is omitted #19481
Conversation
The warning is raised only in dev mode. pathlib uses the new `io.text_encoding` helper function. Other libraries will follow.
The warning is raised only in dev mode.
pathlib uses the new
io.text_encodinghelper function.Other libraries will follow.
Discussion: https://discuss.python.org/t/pep-597-raise-a-warning-when-encoding-is-omitted-in-dev-mode/3880