pydecorator: pydecorator (Python decorator module) pydecorator: pydecorator: Python decorators are an interesting example of why syntactic sugar pydecorator: matters. In principle, their introduction in Python 2.4 changed pydecorator: nothing, since they do not provide any new functionality which was pydecorator: not already present in the language. In practice, their introduction pydecorator: has significantly changed the way we structure our programs in Python. pydecorator: pydecorator: pydecorator: pydecorator: