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 e9695d2 commit b62a515Copy full SHA for b62a515
1 file changed
Misc/NEWS.d/next/Library/2025-07-20-15-39-54.gh-issue-124098.znFPIp.rst
@@ -0,0 +1,4 @@
1
+Fix issue where methods in handlers that lacked the protocol name but
2
+matched a valid base handler method (e.g., ``_open()`` or ``error()``)
3
+were incorrectly added to :class:`OpenerDirector`'s handlers.
4
+Contributed by Andrea Mattei.
0 commit comments