[Checkins] [zopefoundation/RestrictedPython] 1a4876: fixes #155, remove deprecation warning about print...

Michael Howitz noreply at github.com
Wed May 8 14:04:56 CEST 2019


  Branch: refs/heads/issue-118
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 1a4876b5fcf2fd1ee4a72bf7f5e7efeb6c3034e0
      https://github.com/zopefoundation/RestrictedPython/commit/1a4876b5fcf2fd1ee4a72bf7f5e7efeb6c3034e0
  Author: Daniel Havlik <dh at gocept.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_compile.py
    M tests/test_print_stmt.py

  Log Message:
  -----------
  fixes #155, remove deprecation warning about print statement. 

Its useless because a) its wrong, since its also displayed when you already use the print function and b) the actual error message when using py3 is far more precise and useful and finally c) we don't use deprecation warnings elsewhere (#161)


  Commit: 1ac641f731fd2018740d189f7211801ccf36cb43
      https://github.com/zopefoundation/RestrictedPython/commit/1ac641f731fd2018740d189f7211801ccf36cb43
  Author: Michael Howitz <mh at gocept.com>
  Date:   2019-05-08 (Wed, 08 May 2019)

  Changed paths:
    M src/RestrictedPython/transformer.py
    M tests/test_compile.py
    M tests/test_print_stmt.py

  Log Message:
  -----------
  Merge branch 'master' into issue-118


Compare: https://github.com/zopefoundation/RestrictedPython/compare/600ab45c8aeb...1ac641f731fd


More information about the checkins mailing list