Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi

This commit is contained in:
Martin Panter 2016-06-12 04:24:06 +00:00
parent 0c0da48aed
commit 4f8aaf6440
3 changed files with 8 additions and 3 deletions

View file

@ -591,6 +591,10 @@ IDLE
Documentation
-------------
- Issue #16484: Change the default PYTHONDOCS URL to "https:", and fix the
resulting links to use lowercase. Patch by Sean Rodman, test by Kaushik
Nadikuditi.
- Issue #24136: Document the new PEP 448 unpacking syntax of 3.5.
- Issue #26736: Used HTTPS for external links in the documentation if possible.