[Checkins] [zopefoundation/transaction] d50141: Remove ITransactionDeprecated and supporting code.

Jason Madden noreply at github.com
Wed Dec 11 14:12:23 CET 2019


  Branch: refs/heads/remove-deprecations
  Home:   https://github.com/zopefoundation/transaction
  Commit: d501419a3f3d195f50b4d3c6bddeba2ef812d387
      https://github.com/zopefoundation/transaction/commit/d501419a3f3d195f50b4d3c6bddeba2ef812d387
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M CHANGES.rst
    M transaction/_compat.py
    M transaction/_transaction.py
    M transaction/interfaces.py
    M transaction/tests/test__transaction.py
    R transaction/tests/test_register_compat.py

  Log Message:
  -----------
  Remove ITransactionDeprecated and supporting code.

Fixes #89.

Has just enough documentation fixes from #88 to make the doctests pass on current versions of sphinx/docutils.


  Commit: ed097c0ead4d1d7e01b11556cf64a42f00107211
      https://github.com/zopefoundation/transaction/commit/ed097c0ead4d1d7e01b11556cf64a42f00107211
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    A docs/changes.rst
    M docs/index.rst
    M transaction/__init__.py
    M transaction/_manager.py
    M transaction/_transaction.py

  Log Message:
  -----------
  Fixup with master after latest merges.

Also, publish changes on transaction.readthedocs.io, and add more cross-refs.


  Commit: b86383c69aba9a37212bf435bc8fec95ba69e389
      https://github.com/zopefoundation/transaction/commit/b86383c69aba9a37212bf435bc8fec95ba69e389
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2019-12-11 (Wed, 11 Dec 2019)

  Changed paths:
    M docs/datamanager.rst
    M docs/developer.rst
    M docs/index.rst
    R docs/resourcemanager.rst
    M transaction/tests/examples.py

  Log Message:
  -----------
  Remove documentation of legacy compatibility shims and methods no longer present.

Also unify the datamanager.rst and resourcemanager.rst documents into datamanager.rst now that there is no distinction, there's just IDataManager. (datamanager.rst previously documented the old 'prepare' method.)

Fixes #83


Compare: https://github.com/zopefoundation/transaction/compare/4e7eb29bd831...b86383c69aba


More information about the checkins mailing list