[Checkins] [zopefoundation/persistent] 7a461d: Make the C and Python TimeStamp round the same way...

GitHub noreply at github.com
Sat Aug 18 16:03:34 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/persistent
  Commit: 7a461d09bcb3f187436e373aaf0dea767e5b4e1b
      https://github.com/zopefoundation/persistent/commit/7a461d09bcb3f187436e373aaf0dea767e5b4e1b
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

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

  Log Message:
  -----------
  Make the C and Python TimeStamp round the same way.

Fixes #41. Starting with a test that failed.

Don't touch the C code, just make the Python version round-trip
through the bytes values like the C code does. This moves the
truncation of the seconds value to microseconds to the timeTime accessor.


  Commit: 85ab57959e9dfd265bec9b77f38776e961164661
      https://github.com/zopefoundation/persistent/commit/85ab57959e9dfd265bec9b77f38776e961164661
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-08-18 (Sat, 18 Aug 2018)

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

  Log Message:
  -----------
  Merge pull request #83 from zopefoundation/issue41

Make the C and Python TimeStamp round the same way


Compare: https://github.com/zopefoundation/persistent/compare/aa6048a342d9...85ab57959e9d
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list