From f765a6d0a32e8548f6188a792da88526c9115e98 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 19 Nov 2010 23:43:02 -0500 Subject: reprioritize --- TODO.txt | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/TODO.txt b/TODO.txt index ab2b521ae..f1db6f758 100644 --- a/TODO.txt +++ b/TODO.txt @@ -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). -- cgit v1.2.3