Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
fd4fa880
Commit
fd4fa880
authored
Sep 10, 2003
by
Skip Montanaro
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mention new module doc display feature of pydoc in libref and NEWS
parent
6e380cd1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
+10
-0
Doc/lib/libpydoc.tex
Doc/lib/libpydoc.tex
+5
-0
Misc/NEWS
Misc/NEWS
+5
-0
No files found.
Doc/lib/libpydoc.tex
View file @
fd4fa880
...
...
@@ -60,3 +60,8 @@ environment and path to locate modules. Thus, invoking
\program
{
pydoc
}
\programopt
{
spam
}
documents precisely the version of
the module you would get if you started the Python interpreter and
typed
\samp
{
import spam
}
.
Module docs for core modules are assumed to reside in
{}
\url
{
http://www.python.org/doc/current/lib/
}
. This can be overridden by
setting the
\envvar
{
PYTHONDOCS
}
environment variable to a different URL or
to a local directory containing the Library Reference Manual pages.
Misc/NEWS
View file @
fd4fa880
...
...
@@ -62,6 +62,11 @@ Library
Tools/Demos
-----------
- The pydoc script will display a link to the module documentation for
modules determined to be part of the core distribution. The documentation
base directory defaults to http://www.python.org/doc/current/lib/ but can
be changed by setting the PYTHONDOCS environment variable.
- texcheck.py now detects double word errors.
- md5sum.py mistakenly opened input files in text mode by default, a
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment