[Checkins] [zopefoundation/zope.app.container] d1259f: Python 3 port.

GitHub noreply at github.com
Sat Apr 22 19:28:44 CEST 2017


  Branch: refs/heads/python3
  Home:   https://github.com/zopefoundation/zope.app.container
  Commit: d1259f421222c0f6ea402b1e816ce54116e13975
      https://github.com/zopefoundation/zope.app.container/commit/d1259f421222c0f6ea402b1e816ce54116e13975
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-04-22 (Sat, 22 Apr 2017)

  Changed paths:
    A .coveragerc
    M .travis.yml
    A CHANGES.rst
    R CHANGES.txt
    M MANIFEST.in
    A README.rst
    R README.txt
    A setup.cfg
    M setup.py
    M src/zope/app/container/browser/adding.py
    M src/zope/app/container/browser/contents.py
    M src/zope/app/container/browser/tests/__init__.py
    M src/zope/app/container/browser/tests/index.txt
    M src/zope/app/container/browser/tests/test_adding.py
    M src/zope/app/container/browser/tests/test_contents.py
    M src/zope/app/container/browser/tests/test_contents_functional.py
    M src/zope/app/container/browser/tests/test_directive.py
    M src/zope/app/container/browser/tests/test_view_permissions.py
    M src/zope/app/container/ftesting.zcml
    M src/zope/app/container/testing.py
    A tox.ini

  Log Message:
  -----------
  Python 3 port.

Breaks dependency on zope.app.testing and zope.app.zcmlfiles and
zope.app.component.

- Replace all uses of assert_ with more specific method.
- Append :list to appropriate parameter names to account for
  differences in zope.app.testing and zope.app.wsgi.
- Use zope.testing.cleanup to tear down things like interactions, if
  needed.




More information about the checkins mailing list