[Checkins] [zopefoundation/martian] 9563ec: Check for builtins as well as __builtin__

Colin Watson noreply at github.com
Fri Feb 21 18:48:10 CET 2020


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/martian
  Commit: 9563ecc06be4ba930edb37f1a5750215ffd8c4c8
      https://github.com/zopefoundation/martian/commit/9563ecc06be4ba930edb37f1a5750215ffd8c4c8
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M CHANGES.rst
    M src/martian/scan.py
    M src/martian/testing.py

  Log Message:
  -----------
  Check for builtins as well as __builtin__

The __builtin__ module was renamed to builtins in Python 3, so check for
it in all the same places.


  Commit: be5f6eabe2359ab52fc020682a110fd78f05c926
      https://github.com/zopefoundation/martian/commit/be5f6eabe2359ab52fc020682a110fd78f05c926
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-02-14 (Fri, 14 Feb 2020)

  Changed paths:
    M src/martian/scan.rst

  Log Message:
  -----------
  Add tests for built-in module handling


  Commit: 5d3b661bc520b30236004000930f7327494773fe
      https://github.com/zopefoundation/martian/commit/5d3b661bc520b30236004000930f7327494773fe
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Tidy up ReST formatting


  Commit: 05b3a33e2ed7f4f37e1d658861b383acb70cf01e
      https://github.com/zopefoundation/martian/commit/05b3a33e2ed7f4f37e1d658861b383acb70cf01e
  Author: Colin Watson <cjwatson at debian.org>
  Date:   2020-02-21 (Fri, 21 Feb 2020)

  Changed paths:
    M CHANGES.rst
    M src/martian/scan.py
    M src/martian/scan.rst
    M src/martian/testing.py

  Log Message:
  -----------
  Merge pull request #17 from cjwatson/py3-builtins

Check for builtins as well as __builtin__


Compare: https://github.com/zopefoundation/martian/compare/1ec6455884ac...05b3a33e2ed7


More information about the checkins mailing list