Re: python docs

2008-07-02 Thread Federico G. Schwindt
On Wed, Jul 02, 2008 at 08:48:15AM +0200, frantisek holop wrote:
 hi there,
 
 is there a python package that includes the python documentation?

   help()

  what other docs you want?

  f.-



Re: python docs

2008-07-02 Thread frantisek holop
hmm, on Wed, Jul 02, 2008 at 09:43:35AM +0100, Federico G. Schwindt said that
 On Wed, Jul 02, 2008 at 08:48:15AM +0200, frantisek holop wrote:
  hi there,
  
  is there a python package that includes the python documentation?
 
help()
 
   what other docs you want?

well i am not sure now :]
for some reason i thought (for 2.5) http://www.python.org/doc/2.5.2/download/
is bundled with the sources...

i am quite not sure now what could be a good answer to my question :]

-f
-- 
golf is a good walk spoiled.



Re: python docs

2008-07-02 Thread Will Maier
On Wed, Jul 02, 2008 at 12:28:52PM +0200, frantisek holop wrote:
 hmm, on Wed, Jul 02, 2008 at 09:43:35AM +0100, Federico G. Schwindt said that
 help()
  
what other docs you want?
 
 well i am not sure now :] for some reason i thought (for 2.5)
 http://www.python.org/doc/2.5.2/download/ is bundled with the
 sources...

help() provides access to most of the information referenced in the
Global Module Index (which itself points to the Python Library
Reference). You also have access to this information using the
'pydoc' command.

-- 

o--{ Will Maier }--o
| web:...http://www.lfod.us/ | [EMAIL PROTECTED] |
*-[ BSD: Live Free or Die ]*