summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 12:54:32 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-04-25 12:54:32 -0700
commit780cf29ca0f2b0d1391c50b5b080311370e244a1 (patch)
treea6fc4246661b4c011e03deac8b6e48aad7d24db7 /TODO.md
parentabeeda3cbbca1ba3e63ae13905ad136443fc6e42 (diff)
downloadpystache-780cf29ca0f2b0d1391c50b5b080311370e244a1.tar.gz
Removed a TODO that is already addressed.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO.md b/TODO.md
index a6eb1a9..54f2851 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,6 +4,5 @@ TODO
* 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.
-* Make sure doctest text files can be converted for Python 3 when using tox.
* Make sure command parsing to pystache-test doesn't break with Python 2.4 and earlier.
* Combine pystache-test with the main command.