From 00d87cee19871a62647b94ff5908dca77ab4183a Mon Sep 17 00:00:00 2001 From: Armin Ronacher Date: Mon, 7 Apr 2008 18:48:23 +0200 Subject: [PATCH] removed outdated todo list --HG-- branch : trunk --- TODO | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 TODO 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. -- 2.26.2