G'day,

Our app has a few custom loaders which back in the ctx days would have
adapted ctx
to get the request which we would do various things with. Recently the ctx
has stopped
being passed (yay), and I had guessed it would be replaced with a request,
but it seems
that is not the case.

It seems like a sensible change for IDocFactory.load to be passed a request
(optionally,
as the old ctx was), which ideally page.Element.render would push through.
Looking
at Element.render the request is right there anyway, yet we're passing a
None.

thoughts?



tjs
_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to