-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi list,
some months ago, I created an implementation of the OSC protocol [1] in
twisted, together with Alexandre Quessy.
I've put it to review but so far nobody has responded to it:
http://twistedmatrix.com/trac/ticket/4196
As stated in the ticket we'd like to release and maintain this as part
of twisted but we'd also like to release this soon(ish).
So my question is: what are your opinions about including the OSC
protocol as a standard part of twisted and what will be the expected
time frame for such a thing to happen?
Arjan
[1] http://bitbucket.org/arjan/twisted-osc/overview/
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAkvVrC0ACgkQigE4AbflYerTFACbB96SZZ4Q9euf3aEl9ARoiKnw
K/EAn3Vs5otRXgdwohXLHK/S2xbc4rZD
=27wB
-----END PGP SIGNATURE-----
Hello!
I'm using Twisted 10.0 and as usually sometime print debug infos with
myunicodestr.encode('UTF-8') which are saved to logfile, but since
using twisted 10 I'm getting
UnicodeEncodeError: 'ascii' codec can't encode characters...
type(myunicodestr) returns <type 'unicode'>
What is the problem here?
Thanks!
Hello everyone,
I'm getting something strange:
f.trap(MyException) raises MyException and f.value == MyException
evaluates to True as expected, so why isn't it being trapped?
Thanks, Gabriel