[Checkins] [zopefoundation/ZODB] 8c9ed0: Fix a UnicodeDecodeError that could happen with bl...

GitHub noreply at github.com
Thu May 16 16:55:54 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/ZODB
  Commit: 8c9ed0dbc641dfa49135d6f0253bcb204791b630
      https://github.com/zopefoundation/ZODB/commit/8c9ed0dbc641dfa49135d6f0253bcb204791b630
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2013-05-16 (Thu, 16 May 2013)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/blob.py
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Fix a UnicodeDecodeError that could happen with blobs when the OID contained non-ascii bytes if ascii was the default encoding; test this.


  Commit: e2543bbf9d7a081ec2b1c584e376c570b81bdbf5
      https://github.com/zopefoundation/ZODB/commit/e2543bbf9d7a081ec2b1c584e376c570b81bdbf5
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2013-05-16 (Thu, 16 May 2013)

  Changed paths:
    M CHANGES.rst
    M src/ZODB/blob.py
    M src/ZODB/tests/testblob.py

  Log Message:
  -----------
  Merge pull request #9 from NextThought/master

UnicodeDecodeError with bushy blob layout and non-ASCII OID


Compare: https://github.com/zopefoundation/ZODB/compare/6dc3a3e0c8b4...e2543bbf9d7a


More information about the checkins mailing list