]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
authorAlix Lourme <alix.lourme@gmail.com>
Thu, 14 Apr 2022 02:19:16 +0000 (04:19 +0200)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 02:19:16 +0000 (19:19 -0700)
commit325d6f50357474c7d9fd2475be0e2481f7ae0476
tree1f8facc03e5706824c667b64413ede8587fed241
parent5f056acdf28662e773ec5fe27db47ccad0e7671f
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Doc/library/urllib.request.rst
Lib/test/test_urllib2_localnet.py