[Checkins] [zopefoundation/RestrictedPython] 5e1dba: Do not attempt to import builtins on Python 2.7

GitHub noreply at github.com
Wed May 3 11:37:01 CEST 2017


  Branch: refs/heads/Python3_update
  Home:   https://github.com/zopefoundation/RestrictedPython
  Commit: 5e1dbaaf86ea8403af6d5706b2633c80c0de1fdb
      https://github.com/zopefoundation/RestrictedPython/commit/5e1dbaaf86ea8403af6d5706b2633c80c0de1fdb
  Author: Robert Buchholz <rbu at goodpoint.de>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Do not attempt to import builtins on Python 2.7

There's a backport this package part of `future` which provides other
builtins (and breaks tests if it's installed).


  Commit: ebd7d06c859e9e007c6d5f231877e1b922655fed
      https://github.com/zopefoundation/RestrictedPython/commit/ebd7d06c859e9e007c6d5f231877e1b922655fed
  Author: ‮zlohhcuB treboR <robert.buchholz at goodpoint.de>
  Date:   2017-05-03 (Wed, 03 May 2017)

  Changed paths:
    M src/RestrictedPython/Guards.py

  Log Message:
  -----------
  Merge pull request #52 from zopefoundation/do-not-use-builtins-on-py2

Do not attempt to import builtins on Python 2.7


Compare: https://github.com/zopefoundation/RestrictedPython/compare/dfe3ea4e1233...ebd7d06c859e


More information about the checkins mailing list