[Checkins] [zopefoundation/zope.securitypolicy] 8442dc: Simplify pickling logic by using __reduce__ instea...

GitHub noreply at github.com
Mon May 15 13:29:53 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.securitypolicy
  Commit: 8442dcd2d2266393173ba861019191163a8c080c
      https://github.com/zopefoundation/zope.securitypolicy/commit/8442dcd2d2266393173ba861019191163a8c080c
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-05-05 (Fri, 05 May 2017)

  Changed paths:
    M src/zope/securitypolicy/settings.py

  Log Message:
  -----------
  Simplify pickling logic by using __reduce__ instead of copy_reg

The pickles produced this way are identical to the old ones.


  Commit: 9b5de05dbc557e78484143aff48df6a7afcde744
      https://github.com/zopefoundation/zope.securitypolicy/commit/9b5de05dbc557e78484143aff48df6a7afcde744
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-05-13 (Sat, 13 May 2017)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Merge branch 'master' into simplify-pickling


  Commit: 5e13d8e6f85bf1c43d7017b17854d0cea28b77ec
      https://github.com/zopefoundation/zope.securitypolicy/commit/5e13d8e6f85bf1c43d7017b17854d0cea28b77ec
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2017-05-15 (Mon, 15 May 2017)

  Changed paths:
    M src/zope/securitypolicy/settings.py

  Log Message:
  -----------
  Merge pull request #1 from zopefoundation/simplify-pickling

Simplify pickling logic by using __reduce__ instead of copy_reg


Compare: https://github.com/zopefoundation/zope.securitypolicy/compare/5029a2c12e2e...5e13d8e6f85b


More information about the checkins mailing list