]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-87497: Document that urllib.request sends headers in camel case (GH-24661) (#91517)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 20 Apr 2022 01:20:03 +0000 (18:20 -0700)
committerGitHub <noreply@github.com>
Wed, 20 Apr 2022 01:20:03 +0000 (18:20 -0700)
commite08d32381d749bc4f3e4302e067076fa8c4e0661
tree011d0d716589373c978f7ec7f18fdf39da9c5e62
parent68caef8f8e4c127c188a741fbebdf4cf077b0f93
gh-87497: Document that urllib.request sends headers in camel case (GH-24661) (#91517)

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