diff options
author | Georg Brandl <georg@python.org> | 2014-10-29 07:36:35 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-29 07:36:35 (GMT) |
commit | e73778c1ac0e58d3520b37308b970073e818fa00 (patch) | |
tree | b176299e5205ce49c5ce71096966101556584eb2 /Doc/whatsnew/3.4.rst | |
parent | 46761ec7c2938ed48535276e11bd7fc834a9a0ca (diff) | |
download | cpython-e73778c1ac0e58d3520b37308b970073e818fa00.zip cpython-e73778c1ac0e58d3520b37308b970073e818fa00.tar.gz cpython-e73778c1ac0e58d3520b37308b970073e818fa00.tar.bz2 |
Use https:// URLs when referring to python.org hosts.
Diffstat (limited to 'Doc/whatsnew/3.4.rst')
-rw-r--r-- | Doc/whatsnew/3.4.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index e02e4d2..405f43a 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -62,7 +62,7 @@ This article explains the new features in Python 3.4, compared to 3.3. Python 3.4 was released on March 16, 2014. For full details, see the -`changelog <http://docs.python.org/3.4/whatsnew/changelog.html>`_. +`changelog <https://docs.python.org/3.4/whatsnew/changelog.html>`_. .. seealso:: @@ -220,7 +220,7 @@ these commands by default, as long as, when invoked, they provide clear and simple directions on how to install them on that platform (usually using the system package manager). -__ http://www.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors +__ https://www.python.org/dev/peps/pep-0453/#recommendations-for-downstream-distributors .. note:: @@ -242,7 +242,7 @@ As part of this change, the :ref:`installing-index` and completely redesigned as short getting started and FAQ documents. Most packaging documentation has now been moved out to the Python Packaging Authority maintained `Python Packaging User Guide -<http://packaging.python.org>`__ and the documentation of the individual +<https://packaging.python.org>`__ and the documentation of the individual projects. However, as this migration is currently still incomplete, the legacy @@ -1950,7 +1950,7 @@ Other Improvements ``.py`` extension. (Contributed by Paul Moore in :issue:`18569`.) * A new ``make`` target `coverage-report - <http://docs.python.org/devguide/coverage.html#measuring-coverage-of-c-code-with-gcov-and-lcov>`_ + <https://docs.python.org/devguide/coverage.html#measuring-coverage-of-c-code-with-gcov-and-lcov>`_ will build python, run the test suite, and generate an HTML coverage report for the C codebase using ``gcov`` and `lcov <http://ltp.sourceforge.net/coverage/lcov.php>`_. @@ -2166,7 +2166,7 @@ The following obsolete and previously deprecated APIs and features have been removed: * The unmaintained ``Misc/TextMate`` and ``Misc/vim`` directories have been - removed (see the `devguide <http://docs.python.org/devguide>`_ + removed (see the `devguide <https://docs.python.org/devguide>`_ for suggestions on what to use instead). * The ``SO`` makefile macro is removed (it was replaced by the |