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


Groups > comp.lang.python > #38020

Re: why no pydoc python?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!us.feeder.erje.net!feeder.erje.net!eu.feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.134.4.91.MISMATCH!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.000
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; 'python': 0.09; 'identifier,': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'tarball': 0.09; 'subject:python': 0.11; 'library': 0.15; 'command)': 0.16; 'finney': 0.16; 'intimate': 0.16; 'keyword,': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'doc': 0.22; "python's": 0.23; 'installed': 0.23; 'command': 0.24; 'header:User-Agent:1': 0.26; 'wonder': 0.27; 'module.': 0.27; 'header:X-Complaints-To:1': 0.28; 'fine': 0.28; 'writes:': 0.29; 'maybe': 0.29; 'that.': 0.30; 'expect': 0.31; 'to:addr:python-list': 0.33; 'ben': 0.35; 'built- in': 0.35; 'subject:?': 0.35; 'something': 0.35; 'there': 0.35; 'received:org': 0.36; 'but': 0.36; 'operating': 0.36; 'subject:: ': 0.38; 'page': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'doctor': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Ben Finney <ben+python@benfinney.id.au>
Subject Re: why no pydoc python?
Date Fri, 01 Feb 2013 13:07:46 +1100
References <20130131145738.01cbd61ba1b671a797e8d951@lavabit.com>
Mime-Version 1.0
Content-Type text/plain; charset=utf-8
Content-Transfer-Encoding 8bit
X-Gmane-NNTP-Posting-Host rasputin.madmonks.org
X-Public-Key-ID 0xBD41714B
X-Public-Key-Fingerprint 9CFE 12B0 791A 4267 887F 520C B7AC 2E51 BD41 714B
X-Public-Key-URL http://www.benfinney.id.au/contact/bfinney-gpg.asc
X-Post-From Ben Finney <bignose+hates-spam@benfinney.id.au>
User-Agent Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux)
Cancel-Lock sha1:Y8Q/ArZWHI5T+DuGjEc/YJxQ0ko=
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1265.1359684479.2939.python-list@python.org> (permalink)
Lines 21
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1359684479 news.xs4all.nl 6880 [2001:888:2000:d::a6]:59692
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:38020

Show key headers only | View raw


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


Thread

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

csiph-web