[Checkins] [zopefoundation/mongopersist] d62691: Consistently use __getstate__, __setstate__ pair f...

GitHub noreply at github.com
Thu Sep 25 15:17:20 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/mongopersist
  Commit: d626913504cf6953e17935fe36f705b8b9d9837d
      https://github.com/zopefoundation/mongopersist/commit/d626913504cf6953e17935fe36f705b8b9d9837d
  Author: Andrey Lebedev <andrey at lebedev.lt>
  Date:   2014-09-25 (Thu, 25 Sep 2014)

  Changed paths:
    M src/mongopersist/serialize.py

  Log Message:
  -----------
  Consistently use __getstate__, __setstate__ pair for serializing

Previously, if __getstate__ was present in an object, it would be used
for serialization, but __setstate__ would only be used if object is
Persistent.




More information about the checkins mailing list