]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 8 Dec 2024 20:16:03 +0000 (21:16 +0100)
committerGitHub <noreply@github.com>
Sun, 8 Dec 2024 20:16:03 +0000 (12:16 -0800)
commit5f5624ddc80ddab2edd0941a5117136a4b879a30
treedf25e3cd6dffa175c56fb477619540ce3f11430f
parent87f912ac188827ccfc75b6489c192cf94d768903
[3.12] gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (GH-127735) (#127745)

gh-127734: improve signature of `urllib.request.HTTPPasswordMgrWithPriorAuth.__init__` (GH-127735)

improve signature of urllib.request.HTTPPasswordMgrWithPriorAuth.__init__
(cherry picked from commit a03efb533a58fd13fb0cc7f4a5c02c8406a407bd)

Co-authored-by: Stephen Morton <git@tungol.org>
Lib/urllib/request.py