python newbie: some surprises

Marco Mariani marco at sferacarta.com
Thu May 15 06:49:33 EDT 2008


Kees Bakker wrote:


> So far, I have seen only one editor that understands the difference between
> TABs and indentation, and that is Emacs.

Oh, well... in .vimrc:

     autocmd FileType python set tabstop=8
     autocmd FileType python set softtabstop=4
     autocmd FileType python set expandtab




More information about the Python-list mailing list