gert wohlgemuth wrote:

> As anybody an idea how I can do this in python?

I can think of three ways:

Strings in Python can contain arbitrary binary values, so they can be used.

If they're going to be modified often, you may use a list,

or you may use the array module for performance.

Are you sure you cannot use any already written module? Are you getting 
data from the http protocol? are you using XML-RPC or something like this?

Hugo

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to