summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 04:24:06 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 04:24:06 (GMT)
commit4f8aaf644095fef61ba1104af0f07efe2a099079 (patch)
treedbea7fc8da42dc9d5310fdb1aeba540dd8be868c /Misc
parent0c0da48aede7e56f722fd8240bf7c27a862bc4d3 (diff)
downloadcpython-4f8aaf644095fef61ba1104af0f07efe2a099079.zip
cpython-4f8aaf644095fef61ba1104af0f07efe2a099079.tar.gz
cpython-4f8aaf644095fef61ba1104af0f07efe2a099079.tar.bz2
Issue #16484: Fix pydoc link and test on Windows, by Kaushik Nadikuditi
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bde2dbc..8a39c08 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.