summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-06-12 04:31:25 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-06-12 04:31:25 (GMT)
commit52855452711eb2df1900470d387b58dede3ac941 (patch)
treebe6b2bd2fac48172eed302d9a2f2624c844e2926 /Misc
parent62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd (diff)
parent4f8aaf644095fef61ba1104af0f07efe2a099079 (diff)
downloadcpython-52855452711eb2df1900470d387b58dede3ac941.zip
cpython-52855452711eb2df1900470d387b58dede3ac941.tar.gz
cpython-52855452711eb2df1900470d387b58dede3ac941.tar.bz2
Issue #16484: Merge pydoc Windows fixes from 3.5
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 1702876..0342fcf 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -225,6 +225,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 #22558: Add remaining doc links to source code for Python-coded modules.