[Checkins] [zopefoundation/RestrictedPython] 5f1d5f: Make sure even Python 3 does not allow a bad name ...

GitHub noreply at github.com
Fri Feb 3 12:06:18 CET 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 5f1d5f95d0b3c629e918c9fd0480441f263c120b
      https://github.com/zopefoundation/RestrictedPython/commit/5f1d5f95d0b3c629e918c9fd0480441f263c120b
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py

  Log Message:
  -----------
  Make sure even Python 3 does not allow a bad name in except as.

`ExceptHandler.name` is a simple string in Python 3, it is no longer a an
`ast.Name`


  Commit: 4402d00eb0d6fe381561a9782f81f344da377cff
      https://github.com/zopefoundation/RestrictedPython/commit/4402d00eb0d6fe381561a9782f81f344da377cff
  Author: Michael Howitz <mh at gocept.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M tests/test_transformer.py
    M tests/test_utilities.py
    M tox.ini

  Log Message:
  -----------
  Flake8 the new tests, too.


  Commit: 6db1b3b687d980899fa8e834dcf0d13179b1e08a
      https://github.com/zopefoundation/RestrictedPython/commit/6db1b3b687d980899fa8e834dcf0d13179b1e08a
  Author: Alexander Loechel <loechel at users.noreply.github.com>
  Date:   2017-02-03 (Fri, 03 Feb 2017)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_transformer.py
    M tests/test_utilities.py
    M tox.ini

  Log Message:
  -----------
  Merge pull request #30 from zopefoundation/flake8-tests

Flake8 the new tests, too.


Compare: https://github.com/zopefoundation/RestrictedPython/compare/5e11325b0b34...6db1b3b687d9


More information about the checkins mailing list