diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:49:58 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-05-07 07:49:58 (GMT) |
commit | 1acbf853c8be743c88141501ae879d63eb8ce209 (patch) | |
tree | 436fd38b15cda0f644ccae8d238096087c17f63d /Doc/c-api | |
parent | a5f3a507345c8a01d99960a036dfa9d1baf8da10 (diff) | |
parent | 6dff0205b724669cc0469dd65a3f7edc5a69e1e7 (diff) | |
download | cpython-1acbf853c8be743c88141501ae879d63eb8ce209.zip cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.gz cpython-1acbf853c8be743c88141501ae879d63eb8ce209.tar.bz2 |
Issue #26736: Used HTTPS for external links in the documentation if possible.
Diffstat (limited to 'Doc/c-api')
-rw-r--r-- | Doc/c-api/init.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/c-api/init.rst b/Doc/c-api/init.rst index 465147c..d77836a 100644 --- a/Doc/c-api/init.rst +++ b/Doc/c-api/init.rst @@ -366,7 +366,7 @@ Process-wide parameters It is recommended that applications embedding the Python interpreter for purposes other than executing a single script pass 0 as *updatepath*, and update :data:`sys.path` themselves if desired. - See `CVE-2008-5983 <http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. + See `CVE-2008-5983 <https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2008-5983>`_. On versions before 3.1.3, you can achieve the same effect by manually popping the first :data:`sys.path` element after having called |