[Checkins] [zopefoundation/zodbpickle] 62be1c: Removed support for the 'bytes_as_strings' argumen...

GitHub noreply at github.com
Fri Jun 7 17:48:44 UTC 2013


  Branch: refs/heads/remove-bytes_as_strings
  Home:   https://github.com/zopefoundation/zodbpickle
  Commit: 62be1cf694e70b47493cff07f90f884796835692
      https://github.com/zopefoundation/zodbpickle/commit/62be1cf694e70b47493cff07f90f884796835692
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-06-07 (Fri, 07 Jun 2013)

  Changed paths:
    M CHANGES.rst
    M src/zodbpickle/_pickle_32.c
    M src/zodbpickle/_pickle_33.c
    M src/zodbpickle/pickle_3.py
    M src/zodbpickle/tests/pickletester_3.py
    M src/zodbpickle/tests/test_pickle_3.py

  Log Message:
  -----------
  Removed support for the 'bytes_as_strings' arguments to pickling APIs.

- Pickles created when that argument was true might not be unpickled
  without passing 'encoding="bytes"', which ZODB couldn't reliably enforce.

- On Py3k, ZODB will be using 'protocol=3' pickles anyway.





More information about the checkins mailing list