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
Date 2011-02-21.03:17:52
SpamBayes Score 2.0973673e-06
Marked as misclassified No
Message-id <1298258274.21.0.0434914072576.issue11252@psf.upfronthosting.co.za>
In-reply-to
Content
If the defect was with the script, the failure to bypass the '\' notation would have to be true on Redhat Linux. Since build.conf with '\' notation gets parsed without errors on Redhat Linux, I am under the impression the parsing performed by Python on Win32 recognizes '\' as a legitimate file token resulting in the script to fail.

In summary, I view semantics of '\' being different in Win32 vs. Linux as an inconsistency and hence thought it to be a possible defect in Python. However, if Python scripts do not guarantee platform independence, i.e, one's scripts need to be cognizant of platform idiosyncrasy, then, I believe it is not a bug in Python.
History
Date User Action Args
2011-02-21 03:17:54Suresh.Kalkuntesetrecipients: + Suresh.Kalkunte, georg.brandl
2011-02-21 03:17:54Suresh.Kalkuntesetmessageid: <1298258274.21.0.0434914072576.issue11252@psf.upfronthosting.co.za>
2011-02-21 03:17:52Suresh.Kalkuntelinkissue11252 messages
2011-02-21 03:17:52Suresh.Kalkuntecreate