]> granicus.if.org Git - python/commitdiff
more pypi.python.org -> pypi.org for 3.6 (GH-7616)
authorNed Deily <nad@python.org>
Mon, 11 Jun 2018 05:29:28 +0000 (01:29 -0400)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 05:29:28 +0000 (01:29 -0400)
Doc/distutils/setupscript.rst
Doc/howto/pyporting.rst

index 38e0202e4ac1f6fa288ee396d2da6970c3f8da28..21d569b65c3f52615001ae90239e706c6ef8c458 100644 (file)
@@ -609,7 +609,7 @@ Notes:
 (4)
     These fields should not be used if your package is to be compatible with Python
     versions prior to 2.2.3 or 2.3.  The list is available from the `PyPI website
-    <https://pypi.python.org/pypi>`_.
+    <https://pypi.org/>`_.
 
 (5)
     The ``long_description`` field is used by PyPI when you are
index 2a27041ab4822e499b0e6355b797dcdf8795d9a9..88b01779d2a5f49a611c093f6550f486905b6448 100644 (file)
@@ -432,7 +432,7 @@ to make sure everything functions as expected in both versions of Python.
 .. _coverage.py: https://pypi.org/project/coverage
 .. _Futurize: http://python-future.org/automatic_conversion.html
 .. _importlib: https://docs.python.org/3/library/importlib.html#module-importlib
-.. _importlib2: https://pypi.python.org/pypi/importlib2
+.. _importlib2: https://pypi.org/project/importlib2
 .. _Modernize: https://python-modernize.readthedocs.org/en/latest/
 .. _mypy: http://mypy-lang.org/
 .. _Porting to Python 3: http://python3porting.com/