Oh dear. C code indented by spaces? I'll give up programming then. Just set your editor tab size to 4 and all is well. K
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of M.-A. Lemburg Sent: 8. janúar 2009 09:49 To: Collin Winter Cc: Antoine Pitrou; [email protected] Subject: Re: [Python-Dev] Fixing incorrect indentations in C files (Decoder functions accept str in py3k) > Or better yet, really bite the bullet and just reindent everything to > spaces. Not every one uses vim or emacs, nor do all tools understand > their modelines. FYI, there are options to svn blame and git to skip > whitespace-only changes. +1... and this should be done for both trunk and the 3.x branch in a single checkin to resync them. _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
