Opened 16 years ago
Last modified 8 years ago
#230 new enhancement
[PATCH] Make Context customizable
Reported by: | dan.colascione@… | Owned by: | cmlenz |
---|---|---|---|
Priority: | major | Milestone: | 0.9 |
Component: | Template processing | Version: | devel |
Keywords: | Cc: |
Description
Attached is a patch to allow Context to be customized. It really consists of subtly changing how Context is used. No longer is a dict given to push() and modified after the fact. I've also removed the unused delitem method to shrink Context's API. No effect on benchmarks for me, and with the patch, the code passes all tests.
Attachments (1)
Change History (6)
Changed 16 years ago by dan.colascione@…
comment:1 Changed 16 years ago by cmlenz
- Milestone changed from 0.5 to 0.5.1
Not for 0.5 as that baby really needs to get out of the door :P
comment:2 Changed 16 years ago by cmlenz
- Milestone changed from 0.5.1 to 0.5.2
comment:3 Changed 16 years ago by cmlenz
- Milestone changed from 0.5.2 to 0.6
comment:4 Changed 15 years ago by cmlenz
- Milestone changed from 0.6 to 0.7
comment:5 Changed 8 years ago by hodgestar
- Milestone changed from 0.7 to 0.9
Moved to milestone 0.9.
Note: See
TracTickets for help on using
tickets.
Patch