[Checkins] [zopefoundation/z3c.form] 2bfee8: Claim Python 3.4 compatibility

GitHub noreply at github.com
Thu Apr 3 14:38:28 CEST 2014


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/z3c.form
  Commit: 2bfee8eff59b3b496668059952f6dfca5d1dbd15
      https://github.com/zopefoundation/z3c.form/commit/2bfee8eff59b3b496668059952f6dfca5d1dbd15
  Author: Marius Gedminas <marius at gedmin.as>
  Date:   2014-04-03 (Thu, 03 Apr 2014)

  Changed paths:
    M setup.py
    M tox.ini

  Log Message:
  -----------
  Claim Python 3.4 compatibility

There's one deprecation warning that we should fix:

    .tox/py34/lib/python3.4/site-packages/zope/tal/htmltalparser.py:110: DeprecationWarning: The value of convert_charrefs will become True in 3.5. You are encouraged to set the value explicitly.
      HTMLParser.__init__(self)

The travis build is blocked on
https://github.com/travis-ci/travis-ci/issues/1989




More information about the checkins mailing list