[Checkins] [zopefoundation/persistent] d877a3: Fix PersistentDict.update to accept keyword argume...

Jason Madden noreply at github.com
Wed Feb 19 12:20:21 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: d877a30b95fc012bcedc1e8720382aafec944f7b
      https://github.com/zopefoundation/persistent/commit/d877a30b95fc012bcedc1e8720382aafec944f7b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-02-15 (Sat, 15 Feb 2020)

  Changed paths:
    M CHANGES.rst
    M persistent/mapping.py
    M persistent/tests/test_list.py
    M persistent/tests/test_mapping.py
    M persistent/tests/utils.py

  Log Message:
  -----------
  Fix PersistentDict.update to accept keyword arguments.

Fixes #126.

Also optimize clear and popitem to not mark the object as changed unnecessarily.


  Commit: a6a18eaa8f347530646ce413f93f90a584ab2fb2
      https://github.com/zopefoundation/persistent/commit/a6a18eaa8f347530646ce413f93f90a584ab2fb2
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2020-02-19 (Wed, 19 Feb 2020)

  Changed paths:
    M CHANGES.rst
    M persistent/mapping.py
    M persistent/tests/test_list.py
    M persistent/tests/test_mapping.py
    M persistent/tests/utils.py

  Log Message:
  -----------
  Merge pull request #127 from zopefoundation/issue126

Fix PersistentDict.update to accept keyword arguments.


Compare: https://github.com/zopefoundation/persistent/compare/f91227e6a01a...a6a18eaa8f34


More information about the checkins mailing list