[issue11252] Handling statement OR assignment continuation '\' on Win32 platform

Suresh Kalkunte report at bugs.python.org
Tue Feb 22 04:34:01 CET 2011


Suresh Kalkunte <sskalkunte at gmail.com> added the comment:

Yes, the easier fix is to change build.conf file to not use '\'. However, 

> on Linux `glob.glob('\\')` == `[]` so nothing is actually added. 
> OTOH on Windows `glob.glob('\\')` == `['\\']`

is more definite compared to

> They work on Linux by mere coincidence

----------
resolution: invalid -> works for me

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11252>
_______________________________________


More information about the Python-bugs-list mailing list