summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO.md b/TODO.md
index cd82417..f877869 100644
--- a/TODO.md
+++ b/TODO.md
@@ -8,6 +8,8 @@ In development branch:
to not requiring spec tests when running tests from a downloaded sdist.
* End support for Python 2.4.
* Add Python 3.3 to tox file (after deprecating 2.4).
+* Look into bypassing the _PartialNode class so that partials can be loaded
+ and parsed at parse-time instead of at render-time.
* 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).