Queue module and Python Documentation Rant

Fredrik Lundh fredrik at pythonware.com
Fri Jun 18 08:23:10 EDT 2004


Bart Nessux wrote:
e:
>
> > There is a qsize() method clearly documented.  What is wrong with
> > that?
>
> Where??? The documentation for the module named Queue says nothing at
> all about this...

it's the *first* item in the section that describes how Queue objects
work:

    ...

    The public methods are:

    qsize()
        Return the approximate size of the queue.

    ...

what's wrong with you?

</F>







More information about the Python-list mailing list