[Python-bugs-list] [ python-Bugs-574057 ] pydoc(.org) does not find file.flush()

noreply@sourceforge.net noreply@sourceforge.net
Wed, 26 Jun 2002 07:32:49 -0700


Bugs item #574057, was opened at 2002-06-26 07:06
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=574057&group_id=5470

>Category: Python Library
Group: Python 2.2.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Eric Maryniak (maryniak)
>Assigned to: Tim Peters (tim_one)
Summary: pydoc(.org) does not find file.flush()

Initial Comment:
Dear reader(s),

On http://pydoc.org/ a search for 'flush'
(of the builtin File object) does not find it
(I knew Python had to have a C-ish fflush()
 and of course I did find it in the end).

This is strange, because 'class __builtin__.file' does
occur in pydoc, e.g. search on 'open' and it finds:

  http://web.pydoc.org/2.2/__builtin__.html#file

And there flush() is also sitting there:

  http://web.pydoc.org/2.2/__builtin__.html#file-flush

A grateful pydoc(.org) user, kind regards,

Eric
-- 
Eric Maryniak <e.maryniak@pobox.com>
WWW homepage: http://pobox.com/~e.maryniak/


----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2002-06-26 10:32

Message:
Logged In: YES 
user_id=3066

pydoc is Tim's favorite module.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=574057&group_id=5470