Larry Wall's comment on python...
Carl Banks
imbosol at vt.edu
Tue Oct 1 23:16:09 EDT 2002
More information about the Python-list mailing list
Tue Oct 1 23:16:09 EDT 2002
- Previous message (by thread): Larry Wall's comment on python...
- Next message (by thread): Larry Wall's comment on python...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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. > > Actually, it DOES. Your technique does not work. Yes, this technique does work. If you disagree, then tell me what tab setting the follwing lines won't line up properly for: <tab><tab>def long_function_name(argument1,argument2, <tab><tab> argument3,argument4): -- CARL BANKS http://www.aerojockey.com
- Previous message (by thread): Larry Wall's comment on python...
- Next message (by thread): Larry Wall's comment on python...
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list