[Checkins] [zopefoundation/ZEO] c52734: replace deprecated occurences of Thread.isAlive() ...

sblondon noreply at github.com
Fri Mar 13 15:15:48 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZEO
  Commit: c5273402cb48b0c16fae25bb7b9e60fbe984edc5
      https://github.com/zopefoundation/ZEO/commit/c5273402cb48b0c16fae25bb7b9e60fbe984edc5
  Author: Stéphane Blondon <stephane.blondon at gmail.com>
  Date:   2019-12-13 (Fri, 13 Dec 2019)

  Changed paths:
    M src/ZEO/StorageServer.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/TestThread.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/ZEO4/zrpc/client.py
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/zeo_blob_cache.test

  Log Message:
  -----------
  replace deprecated occurences of Thread.isAlive() by Thread.is_alive()


  Commit: 0d850f3e67bce30509120f80949fffe9793ffcbd
      https://github.com/zopefoundation/ZEO/commit/0d850f3e67bce30509120f80949fffe9793ffcbd
  Author: sblondon <sblondon at users.noreply.github.com>
  Date:   2020-03-13 (Fri, 13 Mar 2020)

  Changed paths:
    M src/ZEO/StorageServer.py
    M src/ZEO/tests/ConnectionTests.py
    M src/ZEO/tests/TestThread.py
    M src/ZEO/tests/ThreadTests.py
    M src/ZEO/tests/ZEO4/StorageServer.py
    M src/ZEO/tests/ZEO4/zrpc/client.py
    M src/ZEO/tests/testConnection.py
    M src/ZEO/tests/zeo_blob_cache.test

  Log Message:
  -----------
  Merge pull request #154 from sblondon/remove_deprecation_warnings

Replace deprecated occurences of Thread.isAlive() by Thread.is_alive()


Compare: https://github.com/zopefoundation/ZEO/compare/603f6b6ec116...0d850f3e67bc


More information about the checkins mailing list