From 0e00b075aaf63420e0944d9373d856d8be5eae24 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Sun, 31 May 2009 17:18:38 +0000 Subject: --- TODO.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO.txt 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. -- cgit v1.2.3