From: Ned Deily Date: Mon, 11 Jun 2018 05:29:28 +0000 (-0400) Subject: more pypi.python.org -> pypi.org for 3.6 (GH-7616) X-Git-Tag: v3.6.6rc1~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4836dc997386399e1850637983cb540169690e40;p=python more pypi.python.org -> pypi.org for 3.6 (GH-7616) --- diff --git a/Doc/distutils/setupscript.rst b/Doc/distutils/setupscript.rst index 38e0202e4a..21d569b65c 100644 --- a/Doc/distutils/setupscript.rst +++ b/Doc/distutils/setupscript.rst @@ -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 - `_. + `_. (5) The ``long_description`` field is used by PyPI when you are diff --git a/Doc/howto/pyporting.rst b/Doc/howto/pyporting.rst index 2a27041ab4..88b01779d2 100644 --- a/Doc/howto/pyporting.rst +++ b/Doc/howto/pyporting.rst @@ -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/