[Checkins] [zopefoundation/grokcore.annotation] a1b4b2: lazy annotations (#3)

GitHub noreply at github.com
Tue May 30 10:21:40 CEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/zopefoundation/grokcore.annotation
  Commit: a1b4b2d1699c5b0c593ca31dd6bd8cfc5b7fbf87
      https://github.com/zopefoundation/grokcore.annotation/commit/a1b4b2d1699c5b0c593ca31dd6bd8cfc5b7fbf87
  Author: Jan-Wijbrand Kolman <jkolman at minddistrict.com>
  Date:   2017-05-30 (Tue, 30 May 2017)

  Changed paths:
    M CHANGES.txt
    M README.txt
    M setup.py
    M src/grokcore/annotation/__init__.py
    M src/grokcore/annotation/interfaces.py
    A src/grokcore/annotation/lazy.py
    M src/grokcore/annotation/meta.py
    A src/grokcore/annotation/tests/annotation/lazy.py

  Log Message:
  -----------
  lazy annotations (#3)

lazy annotations that prevent database writes when only "reading" the corresponding value properties.

* update changelog
drop 2.6

* improved wording in test

* Fix merge from master.

* Make lazy implementation python3 compatible

* testcoverage

* scoping




More information about the checkins mailing list