Next | Query returned 11 messages, browsing 11 to 20 | previous

History of commit frequency

CVS Commit History:


   2018-10-28 16:17:48 by Takahiro Kambe | Files touched by this commit (6)
Log message:
devel/py-zope.hookable: add version 4.2.0

Add devel/py-zope.hookable package version 4.2.0 with Python 3.7 support
from upstream.

===============
 zope.hookable
===============

This package supports the efficient creation of "hookable" objects, which
are callable objects that are meant to be optionally replaced.

The idea is that you create a function that does some default thing and make it
hookable. Later, someone can modify what it does by calling its sethook method
and changing its implementation.  All users of the function, including those
that imported it, will see the change.

Next | Query returned 11 messages, browsing 11 to 20 | previous