You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! This isn't a CPython bug. Your script is trying to read a file using an incorrect encoding. You can try specifying a different encoding by passing a value to the encoding parameter when calling open. Using encoding="utf-8" is often a good guess.
Bug report
Bug description:
CPython versions tested on:
3.13
Operating systems tested on:
No response
The text was updated successfully, but these errors were encountered: