Package python-module-decorator: Information

    Source package: python-module-decorator
    Version: 3.2.0-alt1
    Build time:  Jul 27, 2010, 08:44 AM
    Report package bug
    License: BSD
    Summary: Better living through Python with decorators
    Description: 
    Python decorators are an interesting example of why syntactic sugar
    matters. In principle, their introduction in Python changed nothing,
    since they do not provide any new functionality which was not already
    present in the language. In practice, their introduction has
    significantly changed the way we structure our programs in Python. I
    believe the change is for the best, and that decorators are a great idea
    since:
    
    * decorators help reducing boilerplate code;
    
    * decorators help separation of concerns;
    
    * decorators enhance readability and maintenability;
    
    * decorators are explicit.
    
                         Michele Simionato <michele simionato at gmail com>

    List of rpms provided by this srpm:
    python-module-decorator (noarch)


    List of contributors:
    Eugeny A. Rostovtsev

      1. python-devel
      2. rpm-build-python

    Last changed


    July 27, 2010 Eugeny A. Rostovtsev 3.2.0-alt1
    - Version 3.2.0
    Nov. 18, 2009 Eugeny A. Rostovtsev 3.1.2-alt2
    - Rebuilt with python 2.6
    Sept. 29, 2009 Eugeny A. Rostovtsev 3.1.2-alt1
    - Initial build for Sisyphus