Modify ↓
#13343 closed enhancement (fixed)
Make Fragment callable
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.4.3 |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: |
|
||
Internal Changes: |
Description (last modified by )
See trac-users:Twd-zE9RrwU/ADnK8W6eAQAJ.
The
Fragment.__call__()
in Genshi accepts multiple arguments and each argument is passed toFragment.append()
.Fragment.append()
accepts only 1 argument.
Attachments (0)
Change History (6)
comment:1 by , 4 years ago
Description: | modified (diff) |
---|
comment:2 by , 4 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:3 by , 4 years ago
API Changes: | modified (diff) |
---|
comment:5 by , 4 years ago
API Changes: | modified (diff) |
---|
Thanks, committed to 1.4-stable in r17512, to trunk in [17513:17514] (sorry, forgot to check test results before committing).
comment:6 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Proposed changes in [11ade25fca/rjollos.git].