+1 that would be so helpful. "How can I use Django views in my Pyramid
application?" As a newcomer I have no idea whether a similar question
makes sense with the different async libraries. If the answer was
*yes* it would be simpler.
___
Twisted-Python m
> On May 23, 2019, at 5:47 AM, Daniel Holth wrote:
>
> +1 that would be so helpful. "How can I use Django views in my Pyramid
> application?" As a newcomer I have no idea whether a similar question
> makes sense with the different async libraries. If the answer was
> *yes* it would be simpler.
This looks like a straightforward bug to me. I don't see any reason we can't
change the implementation to either raise TypeError immediately or accept a
string, since any code that passes a string doesn't work right now. Would you
file a bug at https://twistedmatrix.com/trac/newticket?
---Tom
I definitely agree with this!
-g
> On May 23, 2019, at 9:08 PM, Tom Most wrote:
>
> This looks like a straightforward bug to me. I don't see any reason we can't
> change the implementation to either raise TypeError immediately or accept a
> string, since any code that passes a string doesn't