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


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

Re: why no pydoc python?

Started byrh <richard_hubbe11@lavabit.com>
First post2013-01-31 19:39 -0800
Last post2013-01-31 19:39 -0800
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? rh <richard_hubbe11@lavabit.com> - 2013-01-31 19:39 -0800

#38023 — Re: why no pydoc python?

Fromrh <richard_hubbe11@lavabit.com>
Date2013-01-31 19:39 -0800
SubjectRe: why no pydoc python?
Message-ID<mailman.1268.1359689980.2939.python-list@python.org>
On Fri, 01 Feb 2013 13:07:46 +1100
Ben Finney <ben+python@benfinney.id.au> wrote:

> 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.

The same as what's in the man page'd be fine.
> 
> > 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.

pydoc can be invoked from the operating system shell.
Also with no python pydoc then there's no python doc when running
pydoc -p 2000
So the question remains, why not?

[toc] | [standalone]


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


csiph-web