[Checkins] [zopefoundation/Products.OFSP] de2183: Branch for removing imports from the Globals modul...

GitHub noreply at github.com
Tue Feb 26 01:23:56 UTC 2013


  Branch: refs/heads/zope2-tseaver-no_globals_imports
  Home:   https://github.com/zopefoundation/Products.OFSP
  Commit: de218392f54f5630b19fdc8f7763bab2112547e2
      https://github.com/zopefoundation/Products.OFSP/commit/de218392f54f5630b19fdc8f7763bab2112547e2
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-26 (Fri, 26 Dec 2008)

  Changed paths:
    A Draft.py
    A Version.py

  Log Message:
  -----------
  Branch for removing imports from the Globals module.


  Commit: d2f60e0e6ec2324f3254e528829c75533548d101
      https://github.com/zopefoundation/Products.OFSP/commit/d2f60e0e6ec2324f3254e528829c75533548d101
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-26 (Fri, 26 Dec 2008)

  Changed paths:
    M Draft.py
    M Version.py

  Log Message:
  -----------
  Further import / PEP8 cleanups:

o All 'from Globals import...' lines now removed in favor of imports
  from the original location.

o All valid 'import Globals' now bear comments documenting their purpose
  (to read or set shared data).

o All unit tests are passing.  Some functional tests now fail (in addition
  to those failing on the trunk), due to dependencies on import-time
  side effects, now cleared up.  These need to be visited, of course.


  Commit: a86647db33778e0cc7dc12efe74de2b8a73ee0b7
      https://github.com/zopefoundation/Products.OFSP/commit/a86647db33778e0cc7dc12efe74de2b8a73ee0b7
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2008-12-29 (Mon, 29 Dec 2008)

  Changed paths:
    M Draft.py
    M Version.py

  Log Message:
  -----------
  Use 'InitializeClass' alias for 'default__class_init__'.


Compare: https://github.com/zopefoundation/Products.OFSP/compare/de218392f54f^...a86647db3377


More information about the checkins mailing list