Modify ↓
Opened 17 years ago
Closed 17 years ago
#2907 closed defect (fixed)
Patch to allow accountmanager to work with genshi 0.5
Reported by: | Eirik Schwenke | Owned by: | Matt Good |
---|---|---|---|
Priority: | normal | Component: | AccountManagerPlugin |
Severity: | normal | Keywords: | genshi 0.5 |
Cc: | Trac Release: | 0.11 |
Description
Accountmanager uses the old variable-length constructor for genshi.Markup in two places. The attached patch replaces the calls with the new %-style constructor.
I'm guessing no-one looked at the ChangeLog for Genshi v 0.5 -- as the bug was pretty hard to diagnose until I found out what had actually changed between Genshi version 0.4x and 0.5.
Attachments (1)
Change History (2)
Changed 17 years ago by
Attachment: | genshi-0.5.patch added |
---|
comment:1 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Patch applied in [3554]
Thanks.