mirror of
https://github.com/python/cpython.git
synced 2025-09-17 22:20:23 +00:00
Regenerated pydoc topics for 3.4.6rc1. (Also fixed doc error, improved build.)
This commit is contained in:
parent
03fdeb786c
commit
8f24f665d7
3 changed files with 5 additions and 5 deletions
|
@ -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,7 +540,7 @@ 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`.
|
||||||
|
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue