Hey,

I'm writing a script to generate code. I'm a bit tired of typing
outfile.write(....). Does python have a way to c-like macros? Every
instance of o(...) in the code will be replaced by outfile.write(...)?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to