fromfile error on windows, not mac

Fredrik Lundh fredrik at pythonware.com
Wed Jul 23 16:30:06 EDT 2008


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>




More information about the Python-list mailing list