Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
baccff47
Commit
baccff47
authored
Mar 23, 2001
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated TODO list.
parent
2f4018b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
lib/python/TAL/README.txt
lib/python/TAL/README.txt
+9
-9
No files found.
lib/python/TAL/README.txt
View file @
baccff47
...
...
@@ -49,7 +49,8 @@ should print "<file> OK" for each one.
In addition, there are unit test suites in the test subdirectory;
these can be run with test/run.py. This should print a number of
testcase names, ending with a line saying "OK".
testcase names plus progress info, ending with a line saying "OK".
It requires that ../unittest.py exists.
What's Here
-----------
...
...
@@ -79,14 +80,6 @@ redistributed under the Zope Public License.
TO DO
-----
- Implement on-error. Assume that the evaluation engine's evaluate()
functions raise TALESError (defined where???) on all exceptions.
- Reject input with TAL or METAL statements on tags whose end tag is
implied.
- Bring DummyEngine.py up to specs. (string: instead of str:, etc.)
- Finish implementing insertStructure(): attribute replacement isn't
implemented yet.
...
...
@@ -101,3 +94,10 @@ TO DO
- Do we still need the HTML mode for TALInterpreter, which tries to
generate HTML from an XML template?
- If use-macro fails, it seems to omit the entire macro except for
slots, instead of leaving the existing text alone.
- We shouldn't be adding slashes to empty tags ('<br>' => '<br />'),
and we definitely should not be abbreviating non-empty tags
('<td></td>' => '<td />').
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment