diff options
author | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 04:31:25 (GMT) |
---|---|---|
committer | Martin Panter <vadmium+py@gmail.com> | 2016-06-12 04:31:25 (GMT) |
commit | 52855452711eb2df1900470d387b58dede3ac941 (patch) | |
tree | be6b2bd2fac48172eed302d9a2f2624c844e2926 /Misc | |
parent | 62bdea58c59b4377aaf0c40c9fb7c0db21d4cffd (diff) | |
parent | 4f8aaf644095fef61ba1104af0f07efe2a099079 (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |