Writing escape sequences

Arinte jamarijr at hotmail.com
Sun Feb 13 01:03:51 EST 2000


I am trying to have python write "\x00" to my c++ program.  But, it
seems Python skips right over this function.  Any ideas why?

this is suppose goes directly to my c++ program

CPlus.write("write")

class CPlus:
   def write(self, str):
      toapp.write(self, str)

TIA.




Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list