Message140047
You are correct that this is a feature request as written. I think there is also a doc bug (the docs should probably mention that changing delimiter after class creation is a no-op).
To add this feature the computation of the regex would need to be moved from the metaclass init to the object init. The question is, was doing this in a metaclass a design decision (perhaps a micro-optimization?), or a "cute trick" that turns out to cause unintuitive consequences? I think Barry was involved in adding the Template feature, so I'm adding him as nosy (I don't have a clone handy to check hg annotate). |
|
Date |
User |
Action |
Args |
2011-07-09 02:54:58 | r.david.murray | set | recipients:
+ r.david.murray, barry, SilentGhost, py.user |
2011-07-09 02:54:58 | r.david.murray | set | messageid: <1310180098.6.0.586580931743.issue12518@psf.upfronthosting.co.za> |
2011-07-09 02:54:57 | r.david.murray | link | issue12518 messages |
2011-07-09 02:54:57 | r.david.murray | create | |
|