Re: [Python-Dev] PEP 7 updated

2010-05-10 Thread David Borowitz
On Mon, May 10, 2010 at 07:09, Ronald Oussoren wrote: > > On 9 May, 2010, at 20:33, Antoine Pitrou wrote: > > > > > Hello, > > > > The untabification of C files didn't produce any noticeable problem on > > the buildbots. I've updated PEP 7 with the mention that all C files > > should be 4-space i

Re: [Python-Dev] urlparse.urlunsplit should be smarter about +

2010-05-07 Thread David Borowitz
On Fri, May 7, 2010 at 21:04, Senthil Kumaran wrote: > On Sat, May 8, 2010 at 8:19 AM, David Abrahams wrote: > > > > This is a bug report. bugs.python.org seems to be down. > > Tracked here: http://bugs.python.org/issue8656 > > > >>> urlunsplit(urlsplit('git+file:///foo/bar/baz')) > > Is 'git+

Re: [Python-Dev] On quote styles

2008-05-12 Thread David Borowitz
Python itself doesn't appear to follow that principle: >>> "Ain't nothin' stoppin' this from usin' \"double quotes\"." 'Ain\'t nothin\' stoppin\' this from usin\' "double quotes".' IMHO it's a useful rule of thumb, but like most of the other alternatives presented in this thread, taken to extremes