mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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: 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')"
|
||||
|
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue