> 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
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