12 Feb
2013
12 Feb
'13
10:20 p.m.
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/115691fce9c80a340f271... 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