summaryrefslogtreecommitdiff
path: root/TODO.md
blob: 00c675ac46644fbfa98cc007261f66fa732febb4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
TODO
====

In master branch, after merging to master:

* Enable web page after merging.
* 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.
* Make sure command parsing to pystache-test doesn't break with Python 2.4 and earlier.
* Combine pystache-test with the main command.