[Checkins] [zopefoundation/zope.schema] c5da21: Make DottedName accept leading underscores.

GitHub noreply at github.com
Mon Sep 24 19:43:36 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.schema
  Commit: c5da21d27354430abec3d965011c96f47c626b2e
      https://github.com/zopefoundation/zope.schema/commit/c5da21d27354430abec3d965011c96f47c626b2e
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M docs/api.rst
    M src/zope/schema/__init__.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Make DottedName accept leading underscores.

Add a PythonIdentifier class, and share the regex for an identifier between DottedName and PythonIdentifier so they are in sync.


  Commit: b8f9fcca683a69f0778572273932d41236fcd9b8
      https://github.com/zopefoundation/zope.schema/commit/b8f9fcca683a69f0778572273932d41236fcd9b8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M CHANGES.rst

  Log Message:
  -----------
  Add change note. [skip ci]


  Commit: 1c494f7c39300bff5e66e75c197523bc186a9eb3
      https://github.com/zopefoundation/zope.schema/commit/1c494f7c39300bff5e66e75c197523bc186a9eb3
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-09-24 (Mon, 24 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M docs/api.rst
    M src/zope/schema/__init__.py
    M src/zope/schema/_field.py
    M src/zope/schema/interfaces.py
    M src/zope/schema/tests/test__field.py

  Log Message:
  -----------
  Merge pull request #78 from zopefoundation/dottedname_allow_underscore

Make DottedName accept leading underscores.


Compare: https://github.com/zopefoundation/zope.schema/compare/556c475b6141...1c494f7c3930
      **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