]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 14 Apr 2022 02:45:56 +0000 (19:45 -0700)
committerGitHub <noreply@github.com>
Thu, 14 Apr 2022 02:45:56 +0000 (19:45 -0700)
commit0ab5e83ff78e5e871768440ab0a7030bc825398f
treebebd046972a88ac570342736dd98eea4d8ed70bc
parentedf1a77f239069235f59103cfd8ce7f939c7fd10
gh-87497: Document that urllib.request sends headers in camel case (GH-24661)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 325d6f50357474c7d9fd2475be0e2481f7ae0476)

Co-authored-by: Alix Lourme <alix.lourme@gmail.com>
Doc/library/urllib.request.rst
Lib/test/test_urllib2_localnet.py