[Checkins] [zopefoundation/zope.schema] 7bc59e: Make Object a bootstrapfield.

GitHub noreply at github.com
Tue Sep 4 19:16:08 CEST 2018


  Branch: refs/heads/issue13
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: 7bc59eadfc8e95231f16bdf4133bf032f712efa5
      https://github.com/zopefoundation/zope.schema/commit/7bc59eadfc8e95231f16bdf4133bf032f712efa5
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-04 (Tue, 04 Sep 2018)

  Changed paths:
    M docs/api.rst
    M src/zope/schema/_bootstrapfields.py
    M src/zope/schema/_bootstrapinterfaces.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py

  Log Message:
  -----------
  Make Object a bootstrapfield.

And use it to define more attributes in interfaces.py

Switch from just repeating attribute names in interfaces.py to a real __all__ attribute that linters can warn about.

Change ..autoclass:: in api.rst to ..autointerface:: so we get the actual member documentation and not lots of warnings about missing __mro__.

Currently based on #53 because that reduced the dependencies of _validate_fields.

Fixes #13



      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the checkins mailing list