[matplotlib-devel] Github down -- Quick PEP8 note

2012-10-10 Thread Benjamin Root
Seems like github is down at the moment, and I wanted to relay something I have noticed in some of the PEP8 changes: The preferred place to break around a binary operator is *after* the operator, not before it. I am seeing some proposed changes that would put the binary operator on the next line

Re: [matplotlib-devel] Github down -- Quick PEP8 note

2012-10-10 Thread Nelle Varoquaux
Hi Ben, Seems like github is down at the moment, and I wanted to relay something I have noticed in some of the PEP8 changes: I'm guessing it's on one of my PR The preferred place to break around a binary operator is *after* the operator, not before it. I am seeing some proposed changes