Message53270
| Author |
gvanrossum |
| Recipients |
| Date |
2001年10月12日.20:24:34 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
Logged In: YES
user_id=6380
This helps tremendously.
I think that marshal is probably overkill. Rather, you need
helper routines to convert longs to and from binary. You can
do everything else using the struct module, and it's
probably easier to write your own protocol using that and
these helpers. I suggest that the best place to add these
helpers is the binascii module, which already has a bunch of
similar things (e.g. hexlify and crc32).
Note the xmlrpc is bundled with Python 2.2.
Looking forward to your patch (much simpler to get accepted
than a PEP :-). |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 16:01:32 | admin | link | issue467384 messages |
| 2007年08月23日 16:01:32 | admin | create |
|