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