Hello,

I'm having some trouble with the Queue class, for some reason, if I do this (ch == ) :

q = Queue.Queue(0)
repr(ch)
q.put(ch, True)
len(q.queue)

where the output is :

'\x02'
0

why isn't the character/string being put it in the queue?

Thank you,
Gabriel
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to