Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38020 > unrolled thread

Re: why no pydoc python?

Started byBen Finney <ben+python@benfinney.id.au>
First post2013-02-01 13:07 +1100
Last post2013-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.


Contents

  Re: why no pydoc python? Ben Finney <ben+python@benfinney.id.au> - 2013-02-01 13:07 +1100

#38020 — Re: why no pydoc python?

FromBen Finney <ben+python@benfinney.id.au>
Date2013-02-01 13:07 +1100
SubjectRe: 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

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web