K 10 svn:author V 7 sunpoet K 8 svn:date V 27 2014-04-29T21:11:12.876590Z K 7 svn:log V 409 - Add py-enum34 0.9.23 - While I'm here: - Shorten COMMENT - Use . for COPYTREE_SHARE An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. WWW: https://pypi.python.org/pypi/enum34 PR: ports/189073 Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> END