Newbie, whitespace trouble

Steve Horne sh at ttsoftware.co.uk
Mon Nov 6 12:22:24 EST 2000


On Sun, 5 Nov 2000 17:33:34 -0500, William Park <parkw at better.net>
wrote:

>This is editor problem, not Python's.  In vim, I do 'set paste' before
>pasting, and 'set nopaste' after.  Also, make sure your <tab> is 8
>spaces.

Even better - convert all tabs to spaces. If your editor won't do this
for you, consider writing a python script to convert the tabs to
spaces.

-- 
Steve Horne
sh at ttsoftware.co.uk



More information about the Python-list mailing list