summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-08-20 23:39:00 -0400
committerChris McDonough <chrism@plope.com>2011-08-20 23:39:00 -0400
commitcccc9182e145b5ab329beae4fe05f63e1ce76d4b (patch)
treea2b3b87f1c09317b97495d2bbb88b4a254967f34
parent2c9f3c76403b9a70bf0578f44deab11208b5a542 (diff)
downloadpyramid-cccc9182e145b5ab329beae4fe05f63e1ce76d4b.tar.gz
pyramid-cccc9182e145b5ab329beae4fe05f63e1ce76d4b.tar.bz2
pyramid-cccc9182e145b5ab329beae4fe05f63e1ce76d4b.zip
garden
-rw-r--r--TODO.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/TODO.txt b/TODO.txt
index 426368be5..988975b98 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -24,15 +24,9 @@ Nice-to-Have
- Merge Michael's route group work (maybe a 1.3 thing).
-- Kill off ``bfg.routes`` envvars in router.
-
- Some sort of API for rendering a view callable object to a response from
within another view callable.
-- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
- original dict (after ``__getattr__`` deprecation period, it was deprecated
- in 1.2).
-
- Eliminate non-deployment-non-scaffold-related Paste dependencies:
``paste.urlparser.StaticURLParser``, ``paste.auth.auth_tkt`` (cutnpaste or
reimplement both).
@@ -48,8 +42,6 @@ Nice-to-Have
- Speed up startup time (defer _bootstrap and registerCommonDirectives()
until needed by ZCML, as well as unfound speedups).
-- Nicer Mako exceptions in debug toolbar.
-
- Better "Extending" chapter.
- Try to make test suite pass on IronPython.
@@ -84,6 +76,15 @@ Nice-to-Have
- Update App engine chapter with less creaky directions.
+Future
+------
+
+- 1.5: turn ``pyramid.settings.Settings`` into a function that returns the
+ original dict (after ``__getattr__`` deprecation period, it was deprecated
+ in 1.2).
+
+- 1.3: Kill off ``bfg.routes`` envvars in router.
+
Probably Bad Ideas
------------------