[Checkins] [zopefoundation/ZEO] 6693dd: Rename all 'async' to 'async_' for compatibility w...

GitHub noreply at github.com
Wed Mar 28 13:43:46 CEST 2018


  Branch: refs/heads/issue104
  Home:   https://github.com/zopefoundation/ZEO
  Commit: 6693ddf77c14ca560342266ee6e8e0f25c39407c
      https://github.com/zopefoundation/ZEO/commit/6693ddf77c14ca560342266ee6e8e0f25c39407c
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M CHANGES.rst
    M setup.py
    M src/ZEO/ClientStorage.py
    M src/ZEO/StorageServer.py
    M src/ZEO/asyncio/client.py
    M src/ZEO/asyncio/server.py
    M src/ZEO/asyncio/testing.py
    M src/ZEO/asyncio/tests.py
    M src/ZEO/tests/ZEO4/zrpc/connection.py
    M src/ZEO/tests/testConversionSupport.py
    M src/ZEO/tests/testTransactionBuffer.py
    M src/ZEO/tests/testZEO.py
    M src/ZEO/tests/utils.py

  Log Message:
  -----------
  Rename all 'async' to 'async_' for compatibility with Python 3.7.

Fixes #104.

I don't think any of those attributes were part of ZEO's public API.


  Commit: 48946af886a9b79c50cb46a08ad3bd6ea1a7b11b
      https://github.com/zopefoundation/ZEO/commit/48946af886a9b79c50cb46a08ad3bd6ea1a7b11b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-03-28 (Wed, 28 Mar 2018)

  Changed paths:
    M CHANGES.rst
    M src/ZEO/asyncio/marshal.py

  Log Message:
  -----------
  The client also needs to be able to unpickle zodbpickle.binary

Fixes #113


Compare: https://github.com/zopefoundation/ZEO/compare/6afcbb8e813e...48946af886a9


More information about the checkins mailing list