summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorR. Tyler Ballance <tyler@slide.com>2009-03-19 22:23:28 -0700
committerR. Tyler Ballance <tyler@slide.com>2009-03-19 22:23:28 -0700
commite34a6a60689368929b746c603b73bd03a408f305 (patch)
treeb3e615d7b0f037d7e6b9c1211deede296d48987e /TODO
parent9b0cedd577220365e82392217992748ef5dc2ff4 (diff)
downloadpython-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--TODO11
1 files changed, 7 insertions, 4 deletions
diff --git a/TODO b/TODO
index 2040855..ec8c867 100644
--- a/TODO
+++ b/TODO
@@ -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().