Skip to content

Commit 9d6d06e

Browse files
authored
pypi.python.org -> pypi.org (GH-7613)
1 parent 12c6cdf commit 9d6d06e

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

Lib/unittest/mock.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Test tools for mocking and patching.
33
# Maintained by Michael Foord
44
# Backport for other versions of Python available from
5-
# http://pypi.python.org/pypi/mock
5+
# https://pypi.org/project/mock
66

77
__all__ = (
88
'Mock',

Mac/BuildScript/resources/ReadMe.rtf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf200
1+
{\rtf1\ansi\ansicpg1252\cocoartf1561\cocoasubrtf400
22
{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fmodern\fcharset0 CourierNewPSMT;}
33
{\colortbl;\red255\green255\blue255;}
44
{\*\expandedcolortbl;;}
@@ -44,7 +44,7 @@ This variant of Python 3.7 includes its own private copy of OpenSSL 1.1.0. The
4444
\f1 /Applications/Python 3.7
4545
\f0 to install a curated bundle of default root certificates from the third-party
4646
\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
4848
\f1 certifi
4949
\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.\
5050
\

Mac/BuildScript/resources/install_certificates.command

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
# sample script to install or update a set of default Root Certificates
88
# 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/
1010
1111
import os
1212
import os.path

Misc/python.man

+1-1
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ Developer resources: https://devguide.python.org/
448448
.br
449449
Downloads: https://www.python.org/downloads/
450450
.br
451-
Module repository: https://pypi.python.org/
451+
Module repository: https://pypi.org/
452452
.br
453453
Newsgroups: comp.lang.python, comp.lang.python.announce
454454
.SH LICENSING

Tools/scripts/checkpip.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ def main():
1414

1515
for project, version in ensurepip._PROJECTS:
1616
data = json.loads(urllib.request.urlopen(
17-
"https://pypi.python.org/pypi/{}/json".format(project),
17+
"https://pypi.org/pypi/{}/json".format(project),
1818
cadefault=True,
1919
).read().decode("utf8"))
2020
upstream_version = data["info"]["version"]

0 commit comments

Comments
 (0)