Changes between Initial Version and Version 1 of Ticket #32824, comment 1
- Timestamp:
- Jun 7, 2021, 11:58:45 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32824, comment 1
initial v1 1 1 Tim McCurrach proposed directly returning `SafeString` in several places in #32568. 2 2 3 Regarding the rest of the proposal, `NodeList` is documented to consist of `Node` objects, so option #2 sounds right-track to me:3 Regarding the rest of the proposal, `NodeList` is documented to consist of `Node` objects, so option 2 sounds right-track to me: 4 4 {{{ 5 5 ``parser.parse()`` takes a tuple of names of block tags ''to parse until''. It