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

Daniel Havlik noreply at github.com
Wed May 8 11:34:58 CEST 2019


  Branch: refs/heads/re-155-remove-deprecation-warning-for-print-statement
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: b705699d6d62d281289a94f9640a95dccabcfd27
      https://github.com/zopefoundation/RestrictedPython/commit/b705699d6d62d281289a94f9640a95dccabcfd27
  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




More information about the checkins mailing list