[Checkins] [zopefoundation/Zope] 320ce3: Be explicit about escaping `"`.

GitHub noreply at github.com
Mon May 15 18:14:56 CEST 2017


  Branch: refs/heads/more-py3-3
  Home:   https://github.com/zopefoundation/Zope
  Commit: 320ce333869cd9c52620a72bc931278138743234
      https://github.com/zopefoundation/Zope/commit/320ce333869cd9c52620a72bc931278138743234
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M src/App/Management.py
    M src/OFS/Image.py
    M src/OFS/ObjectManager.py
    M src/OFS/PropertyManager.py
    M src/OFS/PropertySheets.py
    M src/OFS/Uninstalled.py
    M src/OFS/role.py
    M src/Products/PageTemplates/tests/secure.pt
    M src/Products/PageTemplates/tests/test_persistenttemplate.py
    M src/ZPublisher/Converters.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/ZTUtils/Zope.py
    M src/ZTUtils/tests/testZope.py

  Log Message:
  -----------
  Be explicit about escaping `"`.

html.escape has its second argument quote=True by default, while
cgi.escape had default=False


  Commit: 471cef948834dd011ef8522a66dcbf78b14fd7a1
      https://github.com/zopefoundation/Zope/commit/471cef948834dd011ef8522a66dcbf78b14fd7a1
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M src/Products/Five/browser/tests/test_menu.py
    M src/Testing/ZopeTestCase/zopedoctest/FunctionalDocTest.txt
    M src/Testing/ZopeTestCase/zopedoctest/testFunctionalDocTest.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZTUtils/tests/testZope.py
    M tox.ini

  Log Message:
  -----------
  Fix tests depending on dictionary order.


  Commit: 614d545592a2cd91cce02d732b70f20e31a24436
      https://github.com/zopefoundation/Zope/commit/614d545592a2cd91cce02d732b70f20e31a24436
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/tests/testSimpleItem.py
    M src/OFS/tests/test_DTMLDocument.py
    M src/OFS/tests/test_DTMLMethod.py
    M src/OFS/tests/test_subscribers.py
    M src/Products/Five/browser/tests/resource.txt
    M src/Products/Five/browser/tests/resource_ftest.txt
    M src/Products/Five/component/makesite.txt
    M src/Testing/ZopeTestCase/testFunctional.py
    M src/ZPublisher/tests/testHTTPResponse.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Another large set of Python 3 fixes.


Compare: https://github.com/zopefoundation/Zope/compare/320ce333869c^...614d545592a2


More information about the checkins mailing list