When you're using tabs to separate values in a text file, what do you do 
in the case where pressing the tab key doesn't really advance the cursor 
a full tab space (but instead just one or two spaces) because that's 
where the next tab stop is?

Example:

Joe Smith
John    Salerno

So the second entry has a full tab space between the names, but the 
first doesn't, despite the fact that the tab key was pressed. So in this 
situation, when the file is being read, is that single space still 
determined to be a tab, or do you have to press tab twice to put a full 
tab between the names?

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

Reply via email to