another docs problem - imp

Fredrik Lundh fredrik at pythonware.com
Thu Jan 12 19:28:17 EST 2006


rurpy at yahoo.com wrote:

> > The first sentence says that the _path_ argument is a search path.
> > It does not say that it can be a string; that's something you made
> > up all by yourself.
>
> Correct it does not say it's a string.  But your implication that
> one can therefore conclude that it is not a string is silly.
>
> >From unittest:
> > assert_( expr[, msg])
> > failUnless( expr[, msg])
> > Signal a test failure if expr is false; the explanation for the error
> > will be msg if given, otherwise it will be None.
>
> I should conclude that msg is not a string because
> it doesn't say it is a string?

nice logic, there.

</F>






More information about the Python-list mailing list