Re: [Python-Dev] bin codec + EOF

2006-04-21 Thread Guido van Rossum
On 4/21/06, tomer filiba <[EMAIL PROTECTED]> wrote: > yeah, i came to realize nothing helpful will ever come out from this list, > so i might as well stop trying. Thanks for your encouraging words. Now go away. (Just returning your polite banter.) -- --Guido van Rossum (home page: http://www.pyth

[Python-Dev] bin codec + EOF

2006-04-21 Thread tomer filiba
yeah, i came to realize nothing helpful will ever come out from this list, so i might as well stop trying. but i have one last thing to try.i'm really missing a binary codec, just like the hex codec, for doing things like >>> "abc".encode("bin")"01110110001001100011">>> "0111011000100110001