[Checkins] [zopefoundation/persistent] be7fde: Make C TimeStamp ctor match Python ref. impl.

GitHub noreply at github.com
Fri Nov 28 16:49:09 CET 2014


  Branch: refs/heads/fix_13-enforce_ctor_args_in_c
  Home:   https://github.com/zopefoundation/persistent
  Commit: be7fde0d88cb59cd4839f6e404fe5bf5ef45f759
      https://github.com/zopefoundation/persistent/commit/be7fde0d88cb59cd4839f6e404fe5bf5ef45f759
  Author: Tres Seaver <tseaver at palladion.com>
  Date:   2014-11-28 (Fri, 28 Nov 2014)

  Changed paths:
    M CHANGES.rst
    M persistent/_timestamp.c
    M persistent/tests/test_timestamp.py

  Log Message:
  -----------
  Make C TimeStamp ctor match Python ref. impl.

'h', 'm', and 'sec' arguments to 'TimeStamp' are now non-optional.  This
change matches Python implementation, and ZODB does not use the flexibility.

Fixes #13.




More information about the checkins mailing list