diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2020-10-19 18:16:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 18:16:21 (GMT) |
commit | 93a1ccabdede416425473329b8c718d507c55e29 (patch) | |
tree | daa75975185560298a093d79ac213834881a0064 /Misc | |
parent | 05ee790f4d1cd8725a90b54268fc1dfe5b4d1fa2 (diff) | |
download | cpython-93a1ccabdede416425473329b8c718d507c55e29.zip cpython-93a1ccabdede416425473329b8c718d507c55e29.tar.gz cpython-93a1ccabdede416425473329b8c718d507c55e29.tar.bz2 |
bpo-41471: Ignore invalid prefix lengths in system proxy settings on macOS (GH-22762)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-10-19-12-25-19.bpo-41471.gwA7un.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-10-19-12-25-19.bpo-41471.gwA7un.rst b/Misc/NEWS.d/next/macOS/2020-10-19-12-25-19.bpo-41471.gwA7un.rst new file mode 100644 index 0000000..db5dd00 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-10-19-12-25-19.bpo-41471.gwA7un.rst @@ -0,0 +1 @@ +Ignore invalid prefix lengths in system proxy excludes. |