[Checkins] [zopefoundation/Zope] 97b7d9: More Python 3 fixes.

GitHub noreply at github.com
Mon May 15 09:13:11 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 97b7d9e0200ba7b355e74deca1498c9edf03e27f
      https://github.com/zopefoundation/Zope/commit/97b7d9e0200ba7b355e74deca1498c9edf03e27f
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-15 (Mon, 15 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