[Python-3000] interfaces

Greg Ewing greg.ewing at canterbury.ac.nz
Mon Nov 20 00:33:06 CET 2006


Antoine Pitrou wrote:

> So to know if "deferred" was correctly used, I had to devise a test to
> know if "timeout" is a number

Another solution might have been to require it to
be passed as a keyword (which will become easier
if the proposal for keyword-only arguments gets
in).

--
Greg


More information about the Python-3000 mailing list