# HG changeset patch # User Jeff Hammel # Date 1307509737 25200 # Node ID db095765807d50e0edb672c7eb1d0a25b0566473 # Parent f6616a5f468f8a601a604f09e260bd0d681f8ea3 update decorator syntax diff -r f6616a5f468f -r db095765807d README.txt --- a/README.txt Tue Jun 07 19:17:21 2011 -0700 +++ b/README.txt Tue Jun 07 22:08:57 2011 -0700 @@ -67,6 +67,15 @@ [foo:bar:baz] + This will create an object, ``foo`` which wraps the object ``baz`` in + by the pattern given by ``bar``. In this case, ``bar`` is provided + a special variable, `%(app)s`. + + You can also do:: + + [foo:bar:hi,hello,x=1,y=2:%(here)/objects.py:MyClass] + + In addition, .ini files may include other .ini files. This allows for encapsulation of intent of specific .ini files::