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

GitHub noreply at github.com
Wed May 17 15:00:16 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: 219215754eeeee1542dc3fda75ca37e2fa88e9fb
      https://github.com/zopefoundation/Zope/commit/219215754eeeee1542dc3fda75ca37e2fa88e9fb
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M src/OFS/tests/test_userfolder.py
    M src/Testing/ZopeTestCase/testZODBCompat.py
    M src/Testing/tests/test_testbrowser.py
    M src/ZPublisher/BaseResponse.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZPublisher/tests/test_mapply.py
    M src/ZPublisher/tests/test_utils.py
    M src/Zope2/Startup/datatypes.py

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

HTTPResponse should work for the most part now, but it's a tricky
back and forth of text to binary and back spread across different
methods and ways to modify the response.


  Commit: d61fed5be407412522deb57c0688934edd4e012e
      https://github.com/zopefoundation/Zope/commit/d61fed5be407412522deb57c0688934edd4e012e
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M src/OFS/CopySupport.py
    M src/OFS/ObjectManager.py
    M src/OFS/tests/testRanges.py
    M src/Products/PageTemplates/tests/input/CheckPathAlt.html
    M src/Products/PageTemplates/tests/locals.pt
    M src/Products/PageTemplates/tests/output/CheckPathAlt.html
    M src/Products/PageTemplates/tests/secure.pt
    M src/Products/PageTemplates/tests/testHTMLTests.py
    M src/Products/PageTemplates/tests/test_pagetemplate.py
    M src/Products/PageTemplates/tests/test_persistenttemplate.py
    M src/Testing/ZopeTestCase/zopedoctest/functional.py
    M src/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
    M src/ZPublisher/HTTPRangeSupport.py

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

Also avoid resource and deprecation warnings.


  Commit: 89a2c61c8618793f34b52cb11bcc1c3a464098a8
      https://github.com/zopefoundation/Zope/commit/89a2c61c8618793f34b52cb11bcc1c3a464098a8
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-17 (Wed, 17 May 2017)

  Changed paths:
    M src/Products/Five/browser/tests/resource.txt
    M src/ZPublisher/HTTPResponse.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZPublisher/tests/test_hooks.py
    M src/ZPublisher/tests/test_mapply.py
    M src/ZPublisher/utils.py

  Log Message:
  -----------
  Address Tres feedback.


Compare: https://github.com/zopefoundation/Zope/compare/5d886ee0ac3a...89a2c61c8618


More information about the checkins mailing list