diff options
author | l0rb <lorbritzer@yahoo.de> | 2020-03-04 10:49:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 10:49:51 (GMT) |
commit | 22a9a546ff3bf2a63d77ca1e5494e758bc59132f (patch) | |
tree | 7014df0897d175235e811a8bcbb775f10baced39 /Misc/NEWS.d | |
parent | be501ca2419a91546dea85ef4f36945545458589 (diff) | |
download | cpython-22a9a546ff3bf2a63d77ca1e5494e758bc59132f.zip cpython-22a9a546ff3bf2a63d77ca1e5494e758bc59132f.tar.gz cpython-22a9a546ff3bf2a63d77ca1e5494e758bc59132f.tar.bz2 |
bpo-39826: add getConnection() hook to logging HTTPHandler (GH-18745)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-03-02-15-15-01.bpo-39826.DglHk7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-03-02-15-15-01.bpo-39826.DglHk7.rst b/Misc/NEWS.d/next/Library/2020-03-02-15-15-01.bpo-39826.DglHk7.rst new file mode 100644 index 0000000..e425bbe --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-03-02-15-15-01.bpo-39826.DglHk7.rst @@ -0,0 +1 @@ +Add getConnection method to logging HTTPHandler to enable custom connections.
\ No newline at end of file |