summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md13
1 files changed, 8 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 59f8e77..00c675a 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,12 +1,15 @@
TODO
====
-* Strip HTML from Markdown files prior to passing to pandoc.
-* Make sure PyPI can parse the new README. See also:
- * http://bugs.python.org/issue15231
- * https://github.com/cjerdonek/molt/commit/91a7f158fdd5b93b90201ae0c128d2bbbaf7f913#README.md
+In master branch, after merging to master:
+
* Enable web page after merging.
-* Add a Renderer.render_name() method to render by template name.
+* Change README to link to the repo version of the logo.
+
+In development branch:
+
+* End support for Python 2.4.
+* 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).
* Provide support for logging in at least one of the commands.