[Checkins] [zopefoundation/zope.intid] cd8a08: Make sure POSKeyError propagates.

GitHub noreply at github.com
Mon Dec 5 15:09:47 CET 2016


  Branch: refs/heads/subclass-errors
  Home:   https://github.com/zopefoundation/zope.intid
  Commit: cd8a087445b17764d5112d6ba640dbc91b566e37
      https://github.com/zopefoundation/zope.intid/commit/cd8a087445b17764d5112d6ba640dbc91b566e37
  Author: Jason Madden <jamadden at gmail.com>
  Date:   2016-12-05 (Mon, 05 Dec 2016)

  Changed paths:
    A .coveragerc
    M CHANGES.rst
    A setup.cfg
    M src/zope/intid/__init__.py
    M src/zope/intid/tests.py

  Log Message:
  -----------
  Make sure POSKeyError propagates.

Note that ``queryId`` now propagates this error; previously it was
hidden. This now matches the behaviour of ``queryObject`` which always
propagated.

Test this. I have 100% test coverage locally. Some minor refactoring of
the subscribers facilitates this (and reduces the nesting depth).

Also add a setup.cfg to indicate that we generate universal wheels.




More information about the checkins mailing list