diff options
| author | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-01-20 05:27:52 +0000 |
|---|---|---|
| committer | goodger <goodger@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2004-01-20 05:27:52 +0000 |
| commit | 57497ffc2a01ef1c04ae975ba386f1fb4f28630f (patch) | |
| tree | 3a0cae8323c7ec3fcdfaa43c456e9fb2422a452f /docutils | |
| parent | 336a9393c97425f37761f4867d87caeeb695d365 (diff) | |
| download | docutils-57497ffc2a01ef1c04ae975ba386f1fb4f28630f.tar.gz | |
updated
git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@1806 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/docs/dev/todo.txt | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/docutils/docs/dev/todo.txt b/docutils/docs/dev/todo.txt index e2c214e88..e554fe64d 100644 --- a/docutils/docs/dev/todo.txt +++ b/docutils/docs/dev/todo.txt @@ -62,6 +62,9 @@ Bugs in docutils.transforms.misc.ClassAttribute could be used to fix this. (Reported by David Priest.) +* System messages shouldn't be filtered by the Writer, but by a + transform. See `Filtering System Messages`_. + General ------- @@ -1587,10 +1590,13 @@ Messages section). Filtering System Messages ````````````````````````` +@@@ Implement this. + Currently the Writer is responsible for filtering out system messages that are below the current threshold. Should the filtering be in a -separate transform? It would then happen regardless of the writer -used. Perhaps some writers don't want system messages filtered? +separate transform? [Yes.] It would then happen regardless of the +writer used. Perhaps some writers don't want system messages +filtered? [The user can adjust filtering levels.] Others |
