summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
new file mode 100644
index 000000000..9bd3e6ec4
--- /dev/null
+++ b/TODO.txt
@@ -0,0 +1,8 @@
+- path module: use pkg_resources (if feasible, given ZCML)
+
+- audit use of "functools.wraps" (pickling no longer required)
+
+- accept "GET", "HEAD", "POST", etc as strings in request_type arg to
+ view decorators and ZCML registrations.
+
+- SQLAlchemy + Routes tutorial.