It's based on some of the more unnoticed syntax in python, but one can=20
replace
self.write('string', args, more_text)
with
print >>self, 'string', args, more_text
and the semantics will be identical, while syntax is nicer to my taste.
--=20
=EC=E0=EB=FE=EA [ m@... // ICQ: 39027534 ]
|