Skip to content

Commit 52ecb8c

Browse files
pypi.python.org -> pypi.org (GH-7613) (GH-7615)
(cherry picked from commit 9d6d06e) Co-authored-by: Ned Deily <nad@python.org>
1 parent 3e12158 commit 52ecb8c

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lib/unittest/mock.py

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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;;}
@@ -42,7 +42,7 @@ This variant of Python 3.6 now includes its own private copy of OpenSSL 1.0.2.
4242
\f1 /Applications/Python 3.6
4343
\f0 to install a curated bundle of default root certificates from the third-party
4444
\f1 certifi
45-
\f0 package ({\field{\*\fldinst{HYPERLINK "https://pypi.python.org/pypi/certifi"}}{\fldrslt https://pypi.python.org/pypi/certifi}}). If you choose to use
45+
\f0 package ({\field{\*\fldinst{HYPERLINK "https://pypi.org/project/certifi/"}}{\fldrslt https://pypi.org/project/certifi/}}). If you choose to use
4646
\f1 certifi
4747
\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.\
4848
\

Mac/BuildScript/resources/install_certificates.command

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ Developer resources: https://devguide.python.org/
445445
.br
446446
Downloads: https://www.python.org/downloads/
447447
.br
448-
Module repository: https://pypi.python.org/
448+
Module repository: https://pypi.org/
449449
.br
450450
Newsgroups: comp.lang.python, comp.lang.python.announce
451451
.SH LICENSING

Tools/scripts/checkpip.py

Lines changed: 1 addition & 1 deletion
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)