[Checkins] [zopefoundation/cipher.configstore] 4fc999: Ensure that boolean values are converted to string...

GitHub noreply at github.com
Tue Mar 26 18:50:18 UTC 2013


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/cipher.configstore
  Commit: 4fc999d5fb58b7dbee7d71d32145e55e18f9661b
      https://github.com/zopefoundation/cipher.configstore/commit/4fc999d5fb58b7dbee7d71d32145e55e18f9661b
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M src/cipher/configstore/configstore.py
    M src/cipher/configstore/configstore.txt

  Log Message:
  -----------
  Ensure that boolean values are converted to strings.

This caused a bug on Python 3.3 when the same configparser was used to dump
and then load without serializing it, a True value became False.

As the only test is a narrative doctest, omitting a test for this awkward edge
case.


  Commit: 2160d88c4bed034327c459d44fb4e82844be9104
      https://github.com/zopefoundation/cipher.configstore/commit/2160d88c4bed034327c459d44fb4e82844be9104
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Preparing release 2.0.0a2


  Commit: c81172b88f89392d587c9636f2d2b4b13252fd17
      https://github.com/zopefoundation/cipher.configstore/commit/c81172b88f89392d587c9636f2d2b4b13252fd17
  Author: Albertas Agejevas <alga at pov.lt>
  Date:   2013-03-26 (Tue, 26 Mar 2013)

  Changed paths:
    M CHANGES.txt
    M setup.py

  Log Message:
  -----------
  Back to development: 2.0.0a3


Compare: https://github.com/zopefoundation/cipher.configstore/compare/b2fd158c8173...c81172b88f89


More information about the checkins mailing list