Commit 8f24f665 authored by Larry Hastings's avatar Larry Hastings

Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)

parent 03fdeb78
...@@ -95,8 +95,8 @@ doctest: ...@@ -95,8 +95,8 @@ doctest:
pydoc-topics: BUILDER = pydoc-topics pydoc-topics: BUILDER = pydoc-topics
pydoc-topics: build pydoc-topics: build
@echo "Building finished; now copy build/pydoc-topics/topics.py" \ @echo "Building finished; now run this:" \
"to ../Lib/pydoc_data/topics.py" "cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
htmlview: html htmlview: html
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')" $(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"
......
...@@ -540,8 +540,8 @@ setting up a `Basic Authentication`_ handler: :: ...@@ -540,8 +540,8 @@ setting up a `Basic Authentication`_ handler: ::
.. note:: .. note::
`HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see ``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
the documentation on :func:`~urllib.request.getproxies`. the documentation on :func:`~urllib.request.getproxies`.
Sockets and Layers Sockets and Layers
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment