Ticket #2059 enhancement closed wontfix
Can't pass unicode URL to xmlrpc.Proxy
| Reported by: | yang | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | web | Keywords: | unicode,xmlrpc |
| Cc: | Branch: | ||
| Author: | Launchpad Bug: |
Description
Passing a unicode URL into twisted.xmlrpc.Proxy() raises "TypeError: Data must not be unicode" from twisted.internet.abstract.FileDescriptor.write() (e.g. when later calling Proxy.callRemote()).
Attached is a simple test case. (For some reason, this only works sometimes; other times, it hangs for a while and either succeeds or times out.)
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

