summaryrefslogtreecommitdiff
path: root/TODO.md
diff options
context:
space:
mode:
authorChris Jerdonek <chris.jerdonek@gmail.com>2012-09-23 01:26:35 -0700
committerChris Jerdonek <chris.jerdonek@gmail.com>2012-09-23 01:26:35 -0700
commit8f01d6010810d6bc2cd014b3c0ef2390ea4e481c (patch)
treee3885be81203751d79e561e6d817a3ebec36f591 /TODO.md
parented9a250dcdd73f7d006239681acf2ae984a68b54 (diff)
downloadpystache-8f01d6010810d6bc2cd014b3c0ef2390ea4e481c.tar.gz
Remove two completed PyPI-related TODO's.
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO.md b/TODO.md
index 59f8e77..646b357 100644
--- a/TODO.md
+++ b/TODO.md
@@ -1,10 +1,6 @@
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
* Enable web page after merging.
* Add a Renderer.render_name() method to render by template name.
* Turn the benchmarking script at pystache/tests/benchmark.py into a command in pystache/commands, or