summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-12-05 01:15:16 -0500
committerChris McDonough <chrism@plope.com>2011-12-05 01:15:16 -0500
commit713927b54bf235e2479ddb4f5fcbe3d5c778ea9b (patch)
tree071527c082c22be124ba23e67f2d81e671e7bdc7 /TODO.txt
parenta86a0193a6b875bd80bbee73707fd072c24da08c (diff)
downloadpyramid-713927b54bf235e2479ddb4f5fcbe3d5c778ea9b.tar.gz
pyramid-713927b54bf235e2479ddb4f5fcbe3d5c778ea9b.tar.bz2
pyramid-713927b54bf235e2479ddb4f5fcbe3d5c778ea9b.zip
garden
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt17
1 files changed, 12 insertions, 5 deletions
diff --git a/TODO.txt b/TODO.txt
index b7ea305c6..311d585a5 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -19,15 +19,24 @@ Must-Have
* introspection hiding for directives?
-- Give discriminators a nicer repr for conflict reporting?
+ * debug toolbar panel for introspection
+
+- Release new pyramid_debugtoolbar package that has introspection panel
+ (already py3 compat released).
+
+- Release new transaction package (trunk is Py3 compat).
+
+- Release new pyramid_tm package (trunk is Py3 compat).
+
+- Release new zope.configuration package (based on chrism-dictactions).
+
+- Release new pyramid_zcml package (depend on dictactions z.config).
Nice-to-Have
------------
- Add narrative docs for wsgiapp and wsgiapp2.
-- Better "Extending" chapter.
-
- Flesh out "Paste" narrative docs chapter.
- Basic WSGI documentation (pipeline / app / server).
@@ -79,8 +88,6 @@ Nice-to-Have
- Update App engine chapter with less creaky directions.
-- Introspection features (whatever is needed by Alan/ptah).
-
Future
------