Hi, > python-decoratortools - version-agnostic decorators support for Python I’m curious about the usefulness of this package. Special syntax for function decorators is built-in in Python 2.4+ and the class counterpart is available in 2.6+ and 3.x. Why would we need support for older versions that the ones in the archive? Best regards