design a Condition class
bruno at modulix
onurb at xiludom.gro
Fri May 12 08:05:44 EDT 2006
Carl J. Van Arsdall wrote:
(snip)
> I just wanted to make the comment that there already exists a
> Condition() class in the threading module. If you plan on using your
> class with the threading module you might wish to use another name.
>
As far as I remember, Python has namespaces, so I don't see the point
here...
--
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"
More information about the Python-list
mailing list