[Checkins] [zopefoundation/ZODB] 541da7: Use with open(...) for peace of mind

GitHub noreply at github.com
Thu Feb 28 15:40:43 UTC 2013


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 541da74e81396a38b400681a8d23bd8993c0562f
      https://github.com/zopefoundation/ZODB/commit/541da74e81396a38b400681a8d23bd8993c0562f
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M release.py
    M src/ZODB/DemoStorage.test
    M src/ZODB/FileStorage/tests.py
    M src/ZODB/blob.py
    M src/ZODB/scripts/zodbload.py
    M src/ZODB/tests/IteratorStorage.py
    M src/ZODB/tests/blob_basic.txt
    M src/ZODB/tests/blob_connection.txt
    M src/ZODB/tests/blob_consume.txt
    M src/ZODB/tests/blob_importexport.txt
    M src/ZODB/tests/blob_transaction.txt
    M src/ZODB/tests/speed.py
    M src/ZODB/tests/testDB.py
    M src/ZODB/tests/testFileStorage.py
    M src/ZODB/tests/testRecover.py
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Use with open(...) for peace of mind

Fixes some more of those ResourceWarnings


  Commit: 168e4a788acd098304e0f9c47b26d3447a8499fe
      https://github.com/zopefoundation/ZODB/commit/168e4a788acd098304e0f9c47b26d3447a8499fe
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M src/ZODB/DB.py

  Log Message:
  -----------
  Avoid DeprecationWarning about logging.Logger.warn()


  Commit: 903b37624c41e8388019292f2e33ab92f0180f7a
      https://github.com/zopefoundation/ZODB/commit/903b37624c41e8388019292f2e33ab92f0180f7a
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M setup.py

  Log Message:
  -----------
  Brown paper bag fix: install_requires was empty on Python 2.x


  Commit: 08a93058636ed803749b5b7a029ea2d2a1725c67
      https://github.com/zopefoundation/ZODB/commit/08a93058636ed803749b5b7a029ea2d2a1725c67
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M buildout.cfg

  Log Message:
  -----------
  Pin newer ZConfig to fix some ResourceWarnings


  Commit: 5bc41c9bcb722f52408b2fb68d29a2bb75e9cbef
      https://github.com/zopefoundation/ZODB/commit/5bc41c9bcb722f52408b2fb68d29a2bb75e9cbef
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2013-02-28 (Thu, 28 Feb 2013)

  Changed paths:
    M src/ZODB/scripts/fstest.py
    M src/ZODB/tests/blob_layout.txt

  Log Message:
  -----------
  Use with open() in more places


Compare: https://github.com/zopefoundation/ZODB/compare/2daccd5cbc5d...5bc41c9bcb72


More information about the checkins mailing list