This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Suresh.Kalkunte
Recipients Suresh.Kalkunte, georg.brandl, lukasz.langa
Date 2011-02-22.03:33:59
SpamBayes Score 0.0010261434
Marked as misclassified No
Message-id <1298345641.12.0.251052932437.issue11252@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2011-02-22 03:34:01Suresh.Kalkuntesetrecipients: + Suresh.Kalkunte, georg.brandl, lukasz.langa
2011-02-22 03:34:01Suresh.Kalkuntesetmessageid: <1298345641.12.0.251052932437.issue11252@psf.upfronthosting.co.za>
2011-02-22 03:33:59Suresh.Kalkuntelinkissue11252 messages
2011-02-22 03:33:59Suresh.Kalkuntecreate