Manu Hack wrote:

by the way, anyone could explain why changing to single quote makes a difference?
 >>> "rb" == 'rb'
True

There's no difference between single quotes and double quotes in Python. My guess is cargo cult debugging.

</F>

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to