In message <[EMAIL PROTECTED]>, est wrote: > The problem is, why the f**k set ASCII encoding to range(128) ????????
Because that's how ASCII is defined. > while str() is internally byte array it should be handled in > range(256) !!!!!!!!!! But that's for random bytes. How would you convert an arbitrary object to random bytes? -- http://mail.python.org/mailman/listinfo/python-list