Writing an end of string character in Python

Charlie Clark charlie at begeistert.org
Thu May 31 09:48:34 EDT 2001


I have a slight bug with the python module for writing attributes in
BeOS. String values need to be terminated with a "\O" in order for them
to be correctly read by some applications but I read in PP2E that "\0"
does not terminate the string in Python. Is there anyway I can force it
to?

Thanx it advance.

Charlie



More information about the Python-list mailing list