[Checkins] [zopefoundation/zope.configuration] f9dc66: Make ``GroupingContextDecorator`` stop shadowing b...

GitHub noreply at github.com
Sat Sep 22 15:26:45 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/zope.configuration
  Commit: f9dc66fe2089b0a7b15fca841eb8e5a9c8eda6a8
      https://github.com/zopefoundation/zope.configuration/commit/f9dc66fe2089b0a7b15fca841eb8e5a9c8eda6a8
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/configuration/config.py

  Log Message:
  -----------
  Make ``GroupingContextDecorator`` stop shadowing builtins in ``__getattr__``

These were not intended as arguments to be used by subclasses, and the
signature caused confusion. Presumably this was done as an
optimization, but in the absence of any benchmarks or even comments, it
doesn't seem worth the confusion.


  Commit: 7174ee9d98d09d817b12ad3be585ba08e2b33614
      https://github.com/zopefoundation/zope.configuration/commit/7174ee9d98d09d817b12ad3be585ba08e2b33614
  Author: Jason Madden <jason+github at nextthought.com>
  Date:   2018-09-22 (Sat, 22 Sep 2018)

  Changed paths:
    M CHANGES.rst
    M src/zope/configuration/config.py

  Log Message:
  -----------
  Merge pull request #22 from zopefoundation/feature-GCD-not-shadow-builtin

Make ``GroupingContextDecorator`` stop shadowing builtins in ``__getattr__``


Compare: https://github.com/zopefoundation/zope.configuration/compare/0ea91989e335...7174ee9d98d0
      **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