summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-10-23 17:55:07 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-10-23 17:55:07 -0700
commite457f64281cee4ca1de41cf91d5bb68928aedf60 (patch)
treed2b9cf2e4f76f5e26afe6ba16d562c9f7896d5df
parent30b320161be891528f8f2432cab7f972ecf8f8bd (diff)
downloadpystache-e457f64281cee4ca1de41cf91d5bb68928aedf60.tar.gz
Add TODO re: the _PartialNode class.
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index b8a568a..94635f5 100644
--- a/TODO.md
+++ b/TODO.md
@@ -7,6 +7,8 @@ In development branch:
* Add Python 3.3 to tox file (after deprecating 2.4).
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or
make it a subcommand of one of the existing commands (i.e. using a command argument).
+* Look into bypassing the _PartialNode class so that partials can be loaded
+ and parsed at parse-time instead of at render-time.
* Provide support for logging in at least one of the commands.
* Make sure command parsing to pystache-test doesn't break with Python 2.4 and earlier.
* Combine pystache-test with the main command.