summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO.txt b/TODO.txt
index 58a3a0ed4..0791a1d5a 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -30,8 +30,6 @@ Must-Have
- Fix i18n and extending chapters to mention $venv/bin/python instead of bare
"python".
-- Implement analogue of "paster request"?
-
- Review "pyramid.compat" API; trim unnecessary APIs from docs.
- Figure out a way to not invoke git on install (docs/conf.py).
@@ -39,6 +37,8 @@ Must-Have
Nice-to-Have
------------
+- Implement analogue of "paster request"?
+
- CherryPy server testing / exploded from CherryPy itself.
- Try "with transaction.manager" in an exception view with SQLA (preempt