]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91539: improve performance of get_proxies_environment (GH-91566)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Oct 2022 18:39:24 +0000 (11:39 -0700)
committerGitHub <noreply@github.com>
Wed, 5 Oct 2022 18:39:24 +0000 (11:39 -0700)
commitac2427eeffef73d9c6d83fe35c50244d348e53e3
tree974d19fb57b6d5c708c0f97d6048ba0b94b2cdb0
parentb39182e4b0c476de3f2465b1af71e46a334ac9d5
gh-91539: improve performance of get_proxies_environment  (GH-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>
(cherry picked from commit aeb28f51304ebe2ad9fd6a61b6e4e5a03d288aa1)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
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]