[Checkins] [zopefoundation/zc.zservertracelog] 0ed72c: Port to Python 3

Marius Gedminas noreply at github.com
Sat Feb 23 13:04:02 CET 2019


  Branch: refs/heads/py3
  Home:   https://github.com/zopefoundation/zc.zservertracelog
  Commit: 0ed72c70eb1ae35b6836cfa2d638695284ae16a4
      https://github.com/zopefoundation/zc.zservertracelog/commit/0ed72c70eb1ae35b6836cfa2d638695284ae16a4
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2019-02-23 (Sat, 23 Feb 2019)

  Changed paths:
    A .coveragerc
    M .gitignore
    M .travis.yml
    M CHANGES.rst
    M MANIFEST.in
    M setup.py
    A src/zc/zservertracelog/README.rst
    R src/zc/zservertracelog/README.txt
    M src/zc/zservertracelog/fseek.py
    M src/zc/zservertracelog/tests.py
    M src/zc/zservertracelog/tracelog.py
    M src/zc/zservertracelog/tracereport.py
    A src/zc/zservertracelog/tracereport.rst
    R src/zc/zservertracelog/tracereport.txt
    M tox.ini

  Log Message:
  -----------
  Port to Python 3

Had to switch to manuel because zope.testing.doctest is gone and
stdlib's doctest doesn't support INTERPRET_FOOTNOTES.

Had to reduce the precision of floating point numbers in HTML reports
because Python 3 formats floats slightly differently.

Could not resist fixing a bug in find_restarts(), which is not covered
by tests: the parse_dt() it was trying to call did was replaced by
parse_datetime() in commit 9ba3d7f6c987164fa9a0580ba986aea8bb140e0b

Did resist fixing a logic bug in seconds_difference(), but added an XXX
comment.




More information about the checkins mailing list