Chris McDonough
2010-11-20 f765a6d0a32e8548f6188a792da88526c9115e98
reprioritize
1 files modified
24 ■■■■ changed files
TODO.txt 24 ●●●● patch | view | raw | blame | history
TODO.txt
@@ -35,18 +35,6 @@
   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 @@
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).