Re: [Twisted-Python] Converting str to bytes in Py3 port

2015-09-08 Thread Glyph
> On Sep 2, 2015, at 3:38 AM, Adi Roiban wrote: > > Hi, > > While reviewing the latest patch related to porting Twisted to py3 I > saw that many values which were supposed to hold just text were ported > as bytes. This is fairly ambiguous, since it depends quite closely on what exact values t

[Twisted-Python] Converting str to bytes in Py3 port

2015-09-02 Thread Adi Roiban
Hi, While reviewing the latest patch related to porting Twisted to py3 I saw that many values which were supposed to hold just text were ported as bytes. The argument for this conversion was that Twisted is a low level framework and that other high level framworks like Treq or Klein should implem