summaryrefslogtreecommitdiff
path: root/TODO.txt
diff options
context:
space:
mode:
authorChris McDonough <chrism@plope.com>2011-11-25 21:52:11 -0500
committerChris McDonough <chrism@plope.com>2011-11-25 21:52:11 -0500
commit8b6f09d965a6e637b795a8268c310c81fcb43a10 (patch)
tree92cbbfa6fea594ceb3669c84fd49ca8328cc5da9 /TODO.txt
parent5e92f34f019e2e6e06ff4c0b5c019349591f9a43 (diff)
downloadpyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.tar.gz
pyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.tar.bz2
pyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.zip
add rudimentary object description code
Diffstat (limited to 'TODO.txt')
-rw-r--r--TODO.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt
index f13cd5c6c..ed215138e 100644
--- a/TODO.txt
+++ b/TODO.txt
@@ -8,6 +8,20 @@ Must-Have
- Fix SQLA tutorial to match alchemy scaffold.
+- Introspection:
+
+ * More specific filename/lineno info instead of opaque string (or a way to
+ parse the opaque string into filename/lineno info).
+
+ * categorize() return value ordering not right yet.
+
+ * implement ptweens and proutes based on introspection instead of current
+ state of affairs.
+
+ * introspection hiding for directives?
+
+ * usage docs.
+
Nice-to-Have
------------