diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-16 00:23:14 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-16 00:23:14 -0400 |
| commit | c1624c9684cd65ba714367cc59365101c49d6edc (patch) | |
| tree | b689cb9ae322cf36166073c61ee30aec9587a6b3 /TODO.txt | |
| parent | 86694952c7a6c8c1f9691d54294a7151e7e215f8 (diff) | |
| download | pyramid-c1624c9684cd65ba714367cc59365101c49d6edc.tar.gz pyramid-c1624c9684cd65ba714367cc59365101c49d6edc.tar.bz2 pyramid-c1624c9684cd65ba714367cc59365101c49d6edc.zip | |
minor Configurator constructor cleanups and reordering; start coming up with a plan to make the constructor sane
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 15 |
1 files changed, 12 insertions, 3 deletions
@@ -4,9 +4,18 @@ Pyramid TODOs Should-Have ----------- -- Consider moving the call to _set_security_policies after the initial - commit, so that authn and authz policies specified by the user in the - constructor override included ones. +- Consider moving the call to _set_security_policies (and like params) after + the initial commit, so that authn and authz policies specified by the user + (and like settings) in the constructor override included ones. Rationale: + I want the configurator to behave like someone did:: + + config = Configurator() + config.set_foo(...) + config.set_bar(..) + + when they do:: + + config = Config(foo=... bar=...) - Name WSGI app "main" instead of pipeline in scaffold configs? |
