It's based on some of the more unnoticed syntax in python, but one can 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.

--
малюк [ [EMAIL PROTECTED] // ICQ: 39027534 ]



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://productguide.itmanagersjournal.com/
_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to