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

This commit is contained in:
Larry Hastings 2017-01-01 22:09:46 -08:00
parent 03fdeb786c
commit 8f24f665d7
3 changed files with 5 additions and 5 deletions

View file

@ -95,8 +95,8 @@ doctest:
pydoc-topics: BUILDER = pydoc-topics
pydoc-topics: build
@echo "Building finished; now copy build/pydoc-topics/topics.py" \
"to ../Lib/pydoc_data/topics.py"
@echo "Building finished; now run this:" \
"cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
htmlview: html
$(PYTHON) -c "import webbrowser; webbrowser.open('build/html/index.html')"

View file

@ -540,8 +540,8 @@ setting up a `Basic Authentication`_ handler: ::
.. note::
`HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
the documentation on :func:`~urllib.request.getproxies`.
``HTTP_PROXY`` will be ignored if a variable ``REQUEST_METHOD`` is set; see
the documentation on :func:`~urllib.request.getproxies`.
Sockets and Layers

File diff suppressed because one or more lines are too long