Re: [Python-Dev] Running Clang 2.7's static analyzer ov er the code base

2010-05-04 Thread Victor Stinner
Le mardi 04 mai 2010 01:24:37, Antoine Pitrou a écrit : > Le Mon, 03 May 2010 16:11:53 -0700, Brett Cannon a écrit : > > And in reply to Benjamin's question about the whitespace, I guess it > > actually doesn't matter. More important to clean up in py3k. > > Would it be finally time to standardize

Re: [Python-Dev] Running Clang 2.7's static analyzer ov er the code base

2010-05-04 Thread Victor Stinner
Le mardi 04 mai 2010 01:24:37, Antoine Pitrou a écrit : > Would it be finally time to standardize all C files on a 4-spaces > indentation rule? Indentation is painful on some files mixing tabs and spaces (sometimes in the same function!). > I understand the "svn annotate" argument, but we edit c