mirror of
https://github.com/python/cpython.git
synced 2025-07-25 20:24:11 +00:00
[Patch #1600491 from Jim Jewett] Describe how to build help files on Windows
This commit is contained in:
parent
522785732f
commit
c911e916d4
1 changed files with 3 additions and 0 deletions
|
@ -1737,6 +1737,9 @@ Here is a list of available topics. Enter any topic name to get more help.
|
|||
Sorry, topic and keyword documentation is not available because the Python
|
||||
HTML documentation files could not be found. If you have installed them,
|
||||
please set the environment variable PYTHONDOCS to indicate their location.
|
||||
|
||||
On the Microsoft Windows operating system, the files can be built by
|
||||
running "hh -decompile . PythonNN.chm" in the C:\PythonNN\Doc> directory.
|
||||
''')
|
||||
return
|
||||
target = self.topics.get(topic, self.keywords.get(topic))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue