]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 5 Jan 2020 12:14:31 +0000 (14:14 +0200)
committerGitHub <noreply@github.com>
Sun, 5 Jan 2020 12:14:31 +0000 (14:14 +0200)
commit6a265f0d0c0a4b3b8fecf4275d49187a384167f4
tree238eefb63cc4523147fcd84151954f37ffbfd15a
parentec007cb43faf5f33d06efbc28152c7fdcb2edb9c
bpo-39057: Fix urllib.request.proxy_bypass_environment(). (GH-17619)

Ignore leading dots and no longer ignore a trailing newline.
Lib/test/test_urllib.py
Lib/urllib/parse.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2019-12-15-21-47-54.bpo-39057.FOxn-w.rst [new file with mode: 0644]