[Checkins] [zopefoundation/zope.component] 891ada: Enable doctests on Python 3 and PyPy

GitHub noreply at github.com
Thu Jun 29 19:43:46 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.component
  Commit: 891ada316770d5c60a7124beb1a1e589483c8ccf
      https://github.com/zopefoundation/zope.component/commit/891ada316770d5c60a7124beb1a1e589483c8ccf
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M .travis.yml
    M docs/api/adapter.rst
    M docs/api/interface.rst
    M docs/api/persistent.rst
    M docs/event.rst
    M docs/factory.rst
    M docs/hooks.rst
    M docs/narr.rst
    M docs/socketexample.rst
    M docs/testlayer.rst
    M docs/zcml.rst
    M tox.ini

  Log Message:
  -----------
  Enable doctests on Python 3 and PyPy

Drop pypy3.3-5.5-alpha

Sphinx needs Python 2.7 or 3.4+ to run, and this is a (really old)
version of Python 3.3. (Unfortunately the beta of PyPy3.5 does not
appear to be available.)


  Commit: d1fdc37ac9fad1c328c2374297022f715cf24279
      https://github.com/zopefoundation/zope.component/commit/d1fdc37ac9fad1c328c2374297022f715cf24279
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M docs/api/adapter.rst
    M docs/socketexample.rst

  Log Message:
  -----------
  Use 'text' instead of 'unicode'


  Commit: 282a40a0525114c43fc0faa4bb98f227646d355b
      https://github.com/zopefoundation/zope.component/commit/282a40a0525114c43fc0faa4bb98f227646d355b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M docs/socketexample.rst

  Log Message:
  -----------
  Prefer sorted


  Commit: 43d7351318eb373d1f4f500b70e4e461048c16f4
      https://github.com/zopefoundation/zope.component/commit/43d7351318eb373d1f4f500b70e4e461048c16f4
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2017-06-29 (Thu, 29 Jun 2017)

  Changed paths:
    M .travis.yml
    M docs/api/adapter.rst
    M docs/api/interface.rst
    M docs/api/persistent.rst
    M docs/event.rst
    M docs/factory.rst
    M docs/hooks.rst
    M docs/narr.rst
    M docs/socketexample.rst
    M docs/testlayer.rst
    M docs/zcml.rst
    M tox.ini

  Log Message:
  -----------
  Merge pull request #28 from zopefoundation/doctest-everywhere

Fix doctests for Python 3 and PyPy


Compare: https://github.com/zopefoundation/zope.component/compare/45b227fb64ea...43d7351318eb


More information about the checkins mailing list