summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2010-11-18 09:42:17 -0500
committerChris McDonough <chrism@plope.com>2010-11-18 09:42:17 -0500
commit165020a7ba21d0bbebaaefd142b70c28d278ea83 (patch)
tree7ced2c8ccb64cc2d544c0a93de6a3c349143c801
parente57f5c2dd29f6bd88158a4b84ef67694fd33ba47 (diff)
downloadpyramid-165020a7ba21d0bbebaaefd142b70c28d278ea83.tar.gz
pyramid-165020a7ba21d0bbebaaefd142b70c28d278ea83.tar.bz2
pyramid-165020a7ba21d0bbebaaefd142b70c28d278ea83.zip
gardening
-rw-r--r--TODO.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index f12dcee73..fe411f749 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -4,11 +4,6 @@ Pyramid TODOs
Must-Have (before 1.0)
----------------------
-- Test on GAE, Jython, PyPy, IronPython.
-
-- Add docs for httpexceptions module for each webob.exc class that inherits
- from WSGIHTTPException.
-
- Add a ``handler`` ZCML directive. This implies some slightly dicey
refactoring of the configurator to allow it to generate ZCML
"discriminators" for views and routes.
@@ -60,6 +55,11 @@ Must-Have (before 1.0)
Should-Have
-----------
+- Try to make test suite pass on PyPy, IronPython.
+
+- Add docs for httpexceptions module for each webob.exc class that inherits
+ from WSGIHTTPException.
+
- Create a ``docs`` directory for each paster template.
- Remove "BFG" from Pyramid-specific environ variables.