[Checkins] [zopefoundation/Zope] 00792a: More Python 3 fixes.

GitHub noreply at github.com
Sun May 14 23:20:42 CEST 2017


  Branch: refs/heads/py3-more
  Home:   https://github.com/zopefoundation/Zope
  Commit: 00792afd7a1eb0c5b7b0460159b10b6065a02e18
      https://github.com/zopefoundation/Zope/commit/00792afd7a1eb0c5b7b0460159b10b6065a02e18
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-14 (Sun, 14 May 2017)

  Changed paths:
    M src/App/ImageFile.py
    M src/OFS/CopySupport.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Image.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Products/PageTemplates/tests/input/TeeShop1.html
    M src/Products/PageTemplates/tests/testZopePageTemplate.py
    M src/Products/PageTemplates/tests/test_engine.py
    M src/Testing/ZopeTestCase/ZopeLite.py
    M src/ZTUtils/Zope.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/Startup/tests/test_starter.py

  Log Message:
  -----------
  More Python 3 fixes.

Special call out to `bytes(3)`, which produces `'3'` in Python 2 and
`b'\x00\x00\x00'` in Python 3. I also like Python 3.5 and bringing
back % formatting for bytes :(




More information about the checkins mailing list