Skip to content
This repository has been archived by the owner on Mar 8, 2018. It is now read-only.

Commit

Permalink
new item
Browse files Browse the repository at this point in the history
  • Loading branch information
tavis_rudd committed Apr 18, 2005
1 parent 4f39467 commit 5e8b6c4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions TODO
Expand Up @@ -10,6 +10,13 @@ Cheetah TODO list

Requirements for 1.0
=========================================================================
- Remove the use of temp files with dynamically compiled templates.
When compiling a template on the fly, Cheetah writes mymodule.py and then
imports it; however, it imports /tmp/mymodule.py instead if it exists. This is
wrong and a potential security hole. Anyway, it's possible to create a module
entirely in memory (see 'new' module) without writing a temporary file, and
that makes more sense.

- "cheetah test" problem: subcommands fail mysteriously on Windows. Rewrite
to avoid using subcommands. Instead, set sys.argv and call the appropriate
main() for each test.
Expand Down

0 comments on commit 5e8b6c4

Please sign in to comment.