# HG changeset patch # User Jeff Hammel # Date 1332968891 25200 # Node ID 6667e79ffcb393829240d130ebf369ebe82d1b00 # Parent c119eb07a37883c6a7209feb628f06719057fadb note load option diff -r c119eb07a378 -r 6667e79ffcb3 README.txt --- a/README.txt Wed Mar 28 12:56:50 2012 -0700 +++ b/README.txt Wed Mar 28 14:08:11 2012 -0700 @@ -66,7 +66,9 @@ ``Configuration`` instances can also deserialize data. The normal case of using configuration is when you want to be able to read from configuration files. By default, ``Configuration`` instances read -positional arguments for configuration files to be loaded. +positional arguments for configuration files to be loaded. If you +specify a ``load`` argument to the ``Configuration`` constructor, this +option will be used instead. The `configuration package `_ requires ``json``(``simplejson`` on older python) and ``PyYAML`` so