Larry Wall's comment on python...

Greg Ewing see_reply_address at something.invalid
Tue Sep 24 22:06:19 EDT 2002


Courageous wrote:

> But makes impossible certain constructs that involving lining
> indentation level up with specific items of text in surrounding
> lines


Actually, it doesn't. You use tabs to get up to the
current statement indentation level, and then spaces
after that for the purpose of lining-up.

-- 
Greg Ewing, Computer Science Dept,
University of Canterbury,	
Christchurch, New Zealand
http://www.cosc.canterbury.ac.nz/~greg




More information about the Python-list mailing list