Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #38020 > unrolled thread
| Started by | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| First post | 2013-02-01 13:07 +1100 |
| Last post | 2013-02-01 13:07 +1100 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: why no pydoc python? Ben Finney <ben+python@benfinney.id.au> - 2013-02-01 13:07 +1100
| From | Ben Finney <ben+python@benfinney.id.au> |
|---|---|
| Date | 2013-02-01 13:07 +1100 |
| Subject | Re: why no pydoc python? |
| Message-ID | <mailman.1265.1359684479.2939.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web