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
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to