diff options
| author | Chris McDonough <chrism@plope.com> | 2011-11-25 21:52:11 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-11-25 21:52:11 -0500 |
| commit | 8b6f09d965a6e637b795a8268c310c81fcb43a10 (patch) | |
| tree | 92cbbfa6fea594ceb3669c84fd49ca8328cc5da9 /TODO.txt | |
| parent | 5e92f34f019e2e6e06ff4c0b5c019349591f9a43 (diff) | |
| download | pyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.tar.gz pyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.tar.bz2 pyramid-8b6f09d965a6e637b795a8268c310c81fcb43a10.zip | |
add rudimentary object description code
Diffstat (limited to 'TODO.txt')
| -rw-r--r-- | TODO.txt | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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 ------------ |
