From 06736eec5894df69dc267876cf78381804df3ada Mon Sep 17 00:00:00 2001 From: Jon Dufresne Date: Thu, 26 Apr 2018 06:27:19 -0700 Subject: Update all pypi.python.org URLs to pypi.org For details on the new PyPI, see the blog post: https://pythoninsider.blogspot.ca/2018/04/new-pypi-launched-legacy-pypi-shutting.html --- docs/python3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/python3.txt') diff --git a/docs/python3.txt b/docs/python3.txt index d550cb68..c528fc3c 100644 --- a/docs/python3.txt +++ b/docs/python3.txt @@ -10,8 +10,8 @@ code. Setuptools provides a facility to invoke 2to3 on the code as a part of the build process, by setting the keyword parameter ``use_2to3`` to True, but the Setuptools strongly recommends instead developing a unified codebase -using `six `_, -`future `_, or another compatibility +using `six `_, +`future `_, or another compatibility library. -- cgit v1.2.3