c637402081
they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat
8 lines
370 B
Text
8 lines
370 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: https://pypi.org/project/zope.minmax/
|