Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38020
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Subject | Re: why no pydoc python? |
| Date | 2013-02-01 13:07 +1100 |
| References | <20130131145738.01cbd61ba1b671a797e8d951@lavabit.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1265.1359684479.2939.python-list@python.org> (permalink) |
rh <richard_hubbe11@lavabit.com> writes: > I installed python from tarball and I wonder if I did something wrong. > pydoc pydoc works fine but there's no pydoc python. What would you expect ‘pydoc python’ to show? The word “python” is not a keyword, is not a built-in identifier, is not a standard library module. > There is a man page for python. Maybe there is no python doc for > pydoc? There is a man page for the command ‘python’ because it's a command that can be invoked from the operating system shell. Python's documentation (accessed with the ‘pydoc’ command) is not the place to document that. -- \ “My doctor told me to stop having intimate dinners for four. | `\ Unless there are three other people.” —Orson Welles | _o__) | Ben Finney
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: why no pydoc python? Ben Finney <ben+python@benfinney.id.au> - 2013-02-01 13:07 +1100
csiph-web