We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95b7819 commit 51c1bb9Copy full SHA for 51c1bb9
CHANGES.rst
@@ -5,9 +5,10 @@ This library adheres to `Semantic Versioning 2.0 <http://semver.org/>`_.
5
6
**UNRELEASED**
7
8
-- Workaround for [CPython issue #98778](https://github.com/python/cpython/issues/98778),
9
- ``urllib.error.HTTPError(..., fp=None)`` raises ``KeyError`` on unknown attribute access,
10
- on affected Python versions. (PR by Zac Hatfield-Dodds)
+- Worked around
+ `CPython issue #98778 <https://github.com/python/cpython/issues/98778>`_,
+ ``urllib.error.HTTPError(..., fp=None)`` raises ``KeyError`` on unknown attribute
11
+ access, on affected Python versions. (PR by Zac Hatfield-Dodds)
12
13
**1.1.0**
14
0 commit comments