WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] python tabs & spaces

To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] python tabs & spaces
From: "King, Steven R" <steven.r.king@xxxxxxxxx>
Date: Fri, 8 Jul 2005 13:18:50 -0700
Delivery-date: Fri, 08 Jul 2005 20:17:42 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcWD+kEc6NS7DfOxTBewY6+ifs7B0g==
Thread-topic: python tabs & spaces
Hi Folks -- There is a mix of tabs and spaces in the .py files in xen-unstable.  For example:
tools/python/xen/xm/create.py line 682
is indented with a mix of tabs and spaces while the surrounding lines use only spaces.    Grep'ing for \t in *.py yields many hits.
 
This is changing the apparent indentation (for me anyway) and thus apparent intent in the code.  Being a python newb, I checked python.org and their opinion is tab/space mixing is "unwise".
 
Can someone brave please scrub out all the tabs?
 
Thanks
-steve
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] python tabs & spaces, King, Steven R <=