diff options
author | Andre Delfino <adelfino@gmail.com> | 2020-09-15 17:13:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-15 21:13:26 +0100 |
commit | ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b (patch) | |
tree | 778d25829c59eb1c2c2b8e1461b50b87ba9ee900 /Doc/howto/urllib2.rst | |
parent | minor reformat of enum tests (GH-22259) (diff) | |
download | cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.gz cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.tar.bz2 cpython-ac0333e1e117b7f61ed7ef1dbcdb6e515ada603b.zip |
Fix all Python Cookbook links (#22205)
Diffstat (limited to 'Doc/howto/urllib2.rst')
-rw-r--r-- | Doc/howto/urllib2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/howto/urllib2.rst b/Doc/howto/urllib2.rst index 046a88af62f..38623371fba 100644 --- a/Doc/howto/urllib2.rst +++ b/Doc/howto/urllib2.rst @@ -601,5 +601,5 @@ This document was reviewed and revised by John Lee. scripts with a localhost server, I have to prevent urllib from using the proxy. .. [#] urllib opener for SSL proxy (CONNECT method): `ASPN Cookbook Recipe - <https://code.activestate.com/recipes/456195/>`_. + <https://github.com/ActiveState/code/tree/master/recipes/Python/456195_urrlib2_opener_SSL_proxy_CONNECT/recipe-456195.py>`_. |