Re: [Zope-dev] Style guide update?

2013-02-13 Thread Jim Fulton
On Wed, Feb 13, 2013 at 1:53 AM, Marius Gedminas mar...@gedmin.as wrote: On Tue, Feb 12, 2013 at 05:20:14PM -0500, Fred Drake wrote: At one point, we had a style guide that recommended simple import module import statements for Zope code: http://wiki.zope.org/zope3/ZopePythonStyleGuide

[Zope-dev] Style guide update?

2013-02-12 Thread Fred Drake
At one point, we had a style guide that recommended simple import module import statements for Zope code: http://wiki.zope.org/zope3/ZopePythonStyleGuide Today, I'm noticing a lot of commits with the change note Normalize imports that change all imports to from module import whatever, like

Re: [Zope-dev] Style guide update?

2013-02-12 Thread Marius Gedminas
On Tue, Feb 12, 2013 at 05:20:14PM -0500, Fred Drake wrote: At one point, we had a style guide that recommended simple import module import statements for Zope code: http://wiki.zope.org/zope3/ZopePythonStyleGuide That page only mentions 'from whatever import *' which everyone will agree