Commit 859c581e authored by Guido van Rossum's avatar Guido van Rossum

Remove a few TO DO items that are done or irrelevant.

parent a7b96a33
...@@ -76,11 +76,6 @@ TO DO ...@@ -76,11 +76,6 @@ TO DO
Here are some things that should be done. Here are some things that should be done.
- Add calls to an expression compiler
- Raise exceptions for all errors (currently it just prints to
stdout).
- Provide a dummy implementation of evaluateStructure()? - Provide a dummy implementation of evaluateStructure()?
- Check for attempt to replace the documentElement. (Exception: when - Check for attempt to replace the documentElement. (Exception: when
...@@ -88,9 +83,6 @@ Here are some things that should be done. ...@@ -88,9 +83,6 @@ Here are some things that should be done.
- Speed up findMacro()? - Speed up findMacro()?
- When using z:replace="structure ...", should make a copy of the
nodes; perhaps the data should be a documentFragment node?
It's unclear on what to do about these items: It's unclear on what to do about these items:
- A comment (or other non-element node) before the documentElement. - A comment (or other non-element node) before the documentElement.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment