Re: [Twisted-Python] magical and seamless asyncio support

2019-05-23 Thread Daniel Holth
+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

Re: [Twisted-Python] magical and seamless asyncio support

2019-05-23 Thread Glyph
> 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.

Re: [Twisted-Python] Twisted Agent Python 2 ->3 Porting Pitfalls

2019-05-23 Thread Tom Most
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

Re: [Twisted-Python] Twisted Agent Python 2 ->3 Porting Pitfalls

2019-05-23 Thread Glyph
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