]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91539: improve performance of get_proxies_environment (#91566)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Wed, 5 Oct 2022 17:57:52 +0000 (19:57 +0200)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 17:57:52 +0000 (10:57 -0700)
commitaeb28f51304ebe2ad9fd6a61b6e4e5a03d288aa1
treee7fb7989ec7e9247e6c1e6be4c82dadfa370b4be
parent9442105ce71d86f86c21a8a0af332e480aec47ea
gh-91539: improve performance of get_proxies_environment  (#91566)

* improve performance of get_proxies_environment when there are many environment variables

* ðŸ“œðŸ¤– Added by blurb_it.

* fix case of short env name

* fix formatting

* fix whitespace

* whitespace

* Update Lib/urllib/request.py

Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update Lib/urllib/request.py

Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update Lib/urllib/request.py

Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update Lib/urllib/request.py

Co-authored-by: Carl Meyer <carl@oddbird.net>
* whitespace

* Update Misc/NEWS.d/next/Library/2022-04-15-11-29-38.gh-issue-91539.7WgVuA.rst

Co-authored-by: Carl Meyer <carl@oddbird.net>
* Update Lib/urllib/request.py

Co-authored-by: Carl Meyer <carl@oddbird.net>
Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Carl Meyer <carl@oddbird.net>
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2022-04-15-11-29-38.gh-issue-91539.7WgVuA.rst [new file with mode: 0644]