diff options
| author | Chris McDonough <chrism@plope.com> | 2010-11-19 23:43:02 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2010-11-19 23:43:02 -0500 |
| commit | f765a6d0a32e8548f6188a792da88526c9115e98 (patch) | |
| tree | 724880cacd339f285618938774b315b5c0ff1423 | |
| parent | dd53294c3342f58e0fb62b20ad61e59c1f88ac8b (diff) | |
| download | pyramid-f765a6d0a32e8548f6188a792da88526c9115e98.tar.gz pyramid-f765a6d0a32e8548f6188a792da88526c9115e98.tar.bz2 pyramid-f765a6d0a32e8548f6188a792da88526c9115e98.zip | |
reprioritize
| -rw-r--r-- | TODO.txt | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -35,18 +35,6 @@ Must-Have (before 1.0) the parameter names (e.g. 'url' instead of 'db_string') is still probably a good idea -- Non-bwcompat use of threadlocals that need to be documented or ameliorated: - - security.principals_allowed_by_permission - - resource.OverrideProvider._get_overrides: can't credibly be removed, - because it stores an overrideprovider as a module-scope global. - - traversal.traverse: this API is a stepchild, and needs to be changed. - - Configurator.add_translation_dirs: not passed any context but a message, - can't credibly be removed. - - Better ``config.add_handler`` documentation. - Fix DottedNameResolver to not convert ImportError to ConfigurationError if @@ -77,6 +65,18 @@ Should-Have Nice-to-Have ------------ +- Non-bwcompat use of threadlocals that need to be documented or ameliorated: + + security.principals_allowed_by_permission + + resource.OverrideProvider._get_overrides: can't credibly be removed, + because it stores an overrideprovider as a module-scope global. + + traversal.traverse: this API is a stepchild, and needs to be changed. + + Configurator.add_translation_dirs: not passed any context but a message, + can't credibly be removed. + - Supply ``X-Vhm-Host`` support. - Basic WSGI documentation (pipeline / app / server). |
