]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Improve the comment in URLError (#139874)
authorSarahPythonista <4283226+SarahPythonista@users.noreply.github.com>
Tue, 14 Oct 2025 19:31:21 +0000 (12:31 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 19:31:21 +0000 (12:31 -0700)
commitc50d794c7bb81f31d1b977e63d0faba0b926a168
tree46f547a4cb9cbba10bad7b56e22a9ee927a742f2
parentf262297d525e87906c5e4ab28e80284189641c9e
Improve the comment in URLError (#139874)

Clarify that it It overrides `__init__` and `__str__`.
Lib/urllib/error.py