From: Armin Ronacher Date: Mon, 7 Apr 2008 16:48:23 +0000 (+0200) Subject: removed outdated todo list X-Git-Tag: 2.0rc1~212 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=00d87cee19871a62647b94ff5908dca77ab4183a;p=jinja2.git removed outdated todo list --HG-- branch : trunk --- diff --git a/TODO b/TODO deleted file mode 100644 index 44e3953..0000000 --- a/TODO +++ /dev/null @@ -1,27 +0,0 @@ -=================== -TODO List for Jinja -=================== - -1.1: - - - Improve the context lookup (maybe with an optional C extension) [DONE] - - make Undefined exchangeable [DONE] - - implement block.super [DONE] - - Implement a `IntrospectionPrinter` that works like pprint but it outputs - either plain text or html. It would also have to cover changing names of - the special builtins True, False etc to lowercase in order to not - confuse people. - - decide on `{% call %}` - - speed up jinja import - - add optional zlib compression of template bytecode - - write more unittests!!!! - - release it and update this todo list - -1.2: - - - `include` and `extends` should work with dynamic data too. In order to - support this the blocks should be stored as importable functions in the - generated source. - - add support for `{% include myfile = 'myfile.html' %}` and give the - template designer to access variables and macros defined in the template - root or requirements namespace.