On Wednesday, June 3, 2015 at 12:20:48 AM UTC-7, Cooke, Mark wrote: > > Also, [1] states that `formatter.req` is "(to be deprecated)" but does not > say how else to get at the data? This is my biggest gripe with python code > is that it can be difficult to work out how to get to the data I want. >
I've considered while working on #11901 that maybe we should just keep `formatter.req`: http://trac.edgewall.org/changeset/59383956fea004e4dfd6f33f97c7fa2ad1ac250a/rjollos.git/ However, if it's removed you'd instead use `formatter.context.req` - Ryan -- You received this message because you are subscribed to the Google Groups "Trac Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/trac-users. For more options, visit https://groups.google.com/d/optout.
