summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorKirill <iam@python273.pw>2019-11-13 16:13:53 (GMT)
committerTal Einat <taleinat+github@gmail.com>2019-11-13 16:13:52 (GMT)
commit61289d436661025a3111065482275d49a4850b8d (patch)
treec8930cd95057d24c8c779c0922e4dee3746bbf96 /Misc/NEWS.d/next/Library
parentd89cea15ad37e873003fc74ec2c77660ab620b00 (diff)
downloadcpython-61289d436661025a3111065482275d49a4850b8d.zip
cpython-61289d436661025a3111065482275d49a4850b8d.tar.gz
cpython-61289d436661025a3111065482275d49a4850b8d.tar.bz2
bpo-38786: Add parsing of https links to pydoc (GH-17143)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2019-11-13-16-49-03.bpo-38786.gNOwKh.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-11-13-16-49-03.bpo-38786.gNOwKh.rst b/Misc/NEWS.d/next/Library/2019-11-13-16-49-03.bpo-38786.gNOwKh.rst
new file mode 100644
index 0000000..f95d773
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-11-13-16-49-03.bpo-38786.gNOwKh.rst
@@ -0,0 +1 @@
+pydoc now recognizes and parses HTTPS URLs. Patch by python273.