summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-02-21-07-15-41.gh-issue-101936.QVOxHH.rst
blob: 55841da44b11461ce9adb73e7c71cbed752753cd (plain)
1
2
The default value of ``fp`` becomes :class:`io.BytesIO` if :exc:`~urllib.error.HTTPError`
is initialized without a designated ``fp`` parameter. Patch by Long Vo.