[Zope-dev] Style guide update?

Fred Drake fred at fdrake.net
Tue Feb 12 22:20:14 UTC 2013


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 this one:

  https://github.com/zopefoundation/zope.security/commit/115691fce9c80a340f271410eec2964c92fbace4

Do we still have an agreed-upon style guide, or are we moving to a
last-touched-by
approach?


  -Fred

-- 
Fred L. Drake, Jr.    <fred at fdrake.net>
"A storm broke loose in my mind."  --Albert Einstein


More information about the Zope-Dev mailing list