freebsd-ports/devel/py-zope.minmax/pkg-descr
Wen Heping f164165830 The zope.minmax.AbstractValue class provides a super class which can be
subclassed to store arbitrary homogeneous values in a persistent storage
and apply different conflict resolution policies.

The subclasses defined here are resolving the conflicts using always
either the maximum or the minimum of the conflicting values.

WWW: http://pypi.python.org/pypi/zope.minmax/

Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (via GitHub)
2011-11-08 09:06:33 +00:00

8 lines
373 B
Text

The zope.minmax.AbstractValue class provides a super class which can be
subclassed to store arbitrary homogeneous values in a persistent storage
and apply different conflict resolution policies.
The subclasses defined here are resolving the conflicts using always
either the maximum or the minimum of the conflicting values.
WWW: http://pypi.python.org/pypi/zope.minmax/