From: Benjamin R. <ben...@ou...> - 2012-10-10 17:58:43
|
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 (particularly in backend_bases.py). Cheers! Ben Root |