[Checkins] [zopefoundation/Zope] ecc182: Avoid bare except's.

GitHub noreply at github.com
Mon Sep 12 12:38:40 CEST 2016


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/Zope
  Commit: ecc1827652037e52cb82309dac4d0205797a9209
      https://github.com/zopefoundation/Zope/commit/ecc1827652037e52cb82309dac4d0205797a9209
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M src/App/Extensions.py
    M src/App/ImageFile.py
    M src/OFS/DTMLDocument.py
    M src/OFS/DTMLMethod.py
    M src/OFS/Lockable.py
    M src/OFS/ObjectManager.py
    M src/OFS/SimpleItem.py
    M src/OFS/Traversable.py
    M src/OFS/role.py
    M src/OFS/subscribers.py
    M src/OFS/tests/testAcquisition.py
    M src/OFS/tests/testCopySupport.py
    M src/OFS/tests/testCopySupportEvents.py
    M src/OFS/tests/testCopySupportHooks.py
    M src/OFS/tests/testFileAndImage.py
    M src/OFS/tests/testRanges.py
    M src/OFS/tests/testSimpleItem.py
    M src/OFS/userfolder.py
    M src/Products/Five/browser/metaconfigure.py
    M src/Products/PageTemplates/PageTemplate.py
    M src/Products/PageTemplates/PageTemplateFile.py
    M src/Products/PageTemplates/ZopePageTemplate.py
    M src/Products/PageTemplates/unicodeconflictresolver.py
    M src/Testing/ZopeTestCase/PortalTestCase.py
    M src/Testing/ZopeTestCase/ZopeTestCase.py
    M src/Testing/ZopeTestCase/base.py
    M src/Testing/ZopeTestCase/testBaseTestCase.py
    M src/Testing/ZopeTestCase/testPortalTestCase.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZPublisher/HTTPResponse.py
    M src/Zope2/App/ClassFactory.py
    M src/Zope2/App/startup.py
    M src/Zope2/Startup/starter.py
    M src/Zope2/utilities/copyzopeskel.py
    M src/Zope2/utilities/mkwsgiinstance.py

  Log Message:
  -----------
  Avoid bare except's.


  Commit: 3c66988631e01d28e87ba42c1f7900a6b9bee3a5
      https://github.com/zopefoundation/Zope/commit/3c66988631e01d28e87ba42c1f7900a6b9bee3a5
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M src/App/Extensions.py
    M src/Products/Five/browser/tests/test_menu.py
    M src/Products/Five/viewlet/README.txt
    M src/Products/PageTemplates/tests/rr.pt
    M src/Shared/DC/Scripts/Signature.py
    M src/ZPublisher/HTTPRequest.py
    M src/ZTUtils/Tree.py

  Log Message:
  -----------
  Replace `__cmp__` with Python 3 compatible ordering methods.


  Commit: 32e810f17c1b40d424769c6839e7dc3084dec9ae
      https://github.com/zopefoundation/Zope/commit/32e810f17c1b40d424769c6839e7dc3084dec9ae
  Author: Hanno Schlichting <hanno at hannosch.eu>
  Date:   2016-09-12 (Mon, 12 Sep 2016)

  Changed paths:
    M src/App/tests/testImageFile.py
    M src/OFS/tests/testFileAndImage.py
    M src/ZPublisher/Iterators.py
    M src/ZPublisher/WSGIPublisher.py
    M src/ZPublisher/tests/test_WSGIPublisher.py

  Log Message:
  -----------
  Replace file class by Python 3 compatible io classes.


Compare: https://github.com/zopefoundation/Zope/compare/ca5312b4e4da...32e810f17c1b


More information about the checkins mailing list