indendation question
Jarek Zgoda
jzgoda at gazeta.usun.pl
Mon Dec 29 17:14:01 EST 2003
More information about the Python-list mailing list
Mon Dec 29 17:14:01 EST 2003
- Previous message (by thread): indendation question
- Next message (by thread): class creation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Robin Munn <rmunn at pobox.com> pisze: > And if someone else is *editing* the same file as you, it will make > matters even worse, because they're likely to be using spaces for > indentation. So you've indented something with one tab, which on their > screen looks like 8 spaces. They add a line at what they believe to be > the same level of indentation: 8 spaces. Then you look at the file and > see their line as being one step more indented than yours. Now try to > guess what Python will do with that file. That's why I have set all my editors (UltraEdit, Vim, Kate) to convert tabs to spaces (1:4) on opening any file. Sometimes this leads to intendation errors on startup, but having only spaces in files this error is easy to trace. -- Jarek Zgoda Unregistered Linux User #-1 http://www.zgoda.biz/ JID:zgoda-a-chrome.pl http://zgoda.jogger.pl/
- Previous message (by thread): indendation question
- Next message (by thread): class creation
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list