diff options
author | R. Tyler Ballance <tyler@slide.com> | 2009-03-19 22:23:28 -0700 |
---|---|---|
committer | R. Tyler Ballance <tyler@slide.com> | 2009-03-19 22:23:28 -0700 |
commit | e34a6a60689368929b746c603b73bd03a408f305 (patch) | |
tree | b3e615d7b0f037d7e6b9c1211deede296d48987e /TODO | |
parent | 9b0cedd577220365e82392217992748ef5dc2ff4 (diff) | |
download | python-cheetah-e34a6a60689368929b746c603b73bd03a408f305.tar.gz |
Update TODO with my personal tidbits
Signed-off-by: R. Tyler Ballance <tyler@slide.com>
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -7,10 +7,14 @@ Cheetah TODO list in the CHANGES file if the bug is considered significant enough and it affected a released version of Cheetah. -Required for Cheetah 2.0 +Cheetah Community Edition v2.1.1 ======================== -- Replace Optik with Python's optparse. Optik license has been removed from - Users' Guide. +- Move Cheetah off of the optik parser to optparse +- "cheetah compile --shbang '#!/usr/bin/python2.6' " +- Add option "--namemapper=strict" to compilation to optionally disable + "auto-calling". + + Desired for Cheetah 2.0 ======================= @@ -38,7 +42,6 @@ TODO Items (many are just ideas. This is not an official roadmap!) leak from one fill to the next. - CheetahWrapper stuff: (MO) - * "cheetah compile --shbang '#!/usr/bin/python2.2'" * "cheetah preview [options] [FILES]" print template-specific portion of main method(s) to stdout, with line numbers based on the .py template module. Make a Template method to do the same thing, a la .generatedModuleCode(). |