TMTOWTDI

Gerrit Holl gerrit.holl at pobox.com
Thu Dec 23 16:32:48 EST 1999


Hi,

> Uh-oh.  Are we headed for TMTOWTDI?

also for Python, it's sometimes true:
>>> print "a"+str(os)+"b"
a<module 'os' from '/usr/lib/python1.5/os.pyc'>b
>>> print "a%sb" % os
a<module 'os' from '/usr/lib/python1.5/os.pyc'>b

regards,
Gerrit.

-- 
"People get annoyed when you try to debug them."

  -- Larry Wall (Open Sources, 1999 O'Reilly and Associates)
 10:15pm  up 11:33, 13 users,  load average: 0.14, 0.07, 0.02




More information about the Python-list mailing list