| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | # Test tools for mocking and patching. | |
| 3 | 3 | # Maintained by Michael Foord | |
| 4 | 4 | # Backport for other versions of Python available from | |
| 5 | - # http://pypi.python.org/pypi/mock | ||
| 5 | + # https://pypi.org/project/mock | ||
| 6 | 6 | ||
| 7 | 7 | __all__ = ( | |
| 8 | 8 | 'Mock', | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,4 @@ | |||
| 1 | - {\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200 | ||
| 1 | + {\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf400 | ||
| 2 | 2 | {\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;} | |
| 3 | 3 | {\colortbl;\red255\green255\blue255;} | |
| 4 | 4 | {\*\expandedcolortbl;;} | |
@@ -44,7 +44,7 @@ This variant of Python 3.7 includes its own private copy of OpenSSL 1.1.0. The | |||
| 44 | 44 | \f1 /Applications/Python 3.7 | |
| 45 | 45 | \f0 to install a curated bundle of default root certificates from the third-party | |
| 46 | 46 | \f1 certifi | |
| 47 | - \f0 package ({\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/certifi"}}{\fldrslt https://pypi.python.org/pypi/certifi}}). If you choose to use | ||
| 47 | + \f0 package ({\field{\*\fldinst{HYPERLINK "https://pypi.org/project/certifi/"}}{\fldrslt https://pypi.org/project/certifi/}}). If you choose to use | ||
| 48 | 48 | \f1 certifi | |
| 49 | 49 | \f0 , you should consider subscribing to the{\field{\*\fldinst{HYPERLINK "https://certifi.io/en/latest/"}}{\fldrslt project's email update service}} to be notified when the certificate bundle is updated.\ | |
| 50 | 50 | \ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -6,7 +6,7 @@ | |||
| 6 | 6 | # | |
| 7 | 7 | # sample script to install or update a set of default Root Certificates | |
| 8 | 8 | # for the ssl module. Uses the certificates provided by the certifi package: | |
| 9 | - # https://pypi.python.org/pypi/certifi | ||
| 9 | + # https://pypi.org/project/certifi/ | ||
| 10 | 10 | ||
| 11 | 11 | import os | |
| 12 | 12 | import os.path | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -448,7 +448,7 @@ Developer resources: https://devguide.python.org/ | |||
| 448 | 448 | .br | |
| 449 | 449 | Downloads: https://www.python.org/downloads/ | |
| 450 | 450 | .br | |
| 451 | - Module repository: https://pypi.python.org/ | ||
| 451 | + Module repository: https://pypi.org/ | ||
| 452 | 452 | .br | |
| 453 | 453 | Newsgroups: comp.lang.python, comp.lang.python.announce | |
| 454 | 454 | .SH LICENSING | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -14,7 +14,7 @@ def main(): | |||
| 14 | 14 | ||
| 15 | 15 | for project, version in ensurepip._PROJECTS: | |
| 16 | 16 | data = json.loads(urllib.request.urlopen( | |
| 17 | - "https://pypi.python.org/pypi/{}/json".format(project), | ||
| 17 | + "https://pypi.org/pypi/{}/json".format(project), | ||
| 18 | 18 | cadefault=True, | |
| 19 | 19 | ).read().decode("utf8")) | |
| 20 | 20 | upstream_version = data["info"]["version"] | |
| Back | FazBrowse Home | New Git URL |
0 commit comments