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

GitHub noreply at github.com
Wed May 3 10:51:20 CEST 2017


  Branch: refs/heads/do-not-use-builtins-on-py2
  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).




More information about the checkins mailing list