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 nadeem.vawda
Recipients alexis, benjamin.peterson, eric.araujo, flox, francismb, georg.brandl, higery, jlove, michael.mulich, nadeem.vawda, paul.moore, pitrou, python-dev, rpetrov, tarek, vinay.sajip, westley.martinez
Date 2012-02-12.20:36:29
SpamBayes Score 2.044531e-05
Marked as misclassified No
Message-id <1329078990.14.0.591780942125.issue13193@psf.upfronthosting.co.za>
In-reply-to
Content
It appears that while test_process_template() uses "/"-delimited paths
consistently across all OSes, 2.7 also has a test_process_template_line()
that uses os.path.join() to construct its paths. Changing this test to
use hardcoded "/"-delimited paths fixes the failure (see attached patch).
History
Date User Action Args
2012-02-12 20:36:30nadeem.vawdasetrecipients: + nadeem.vawda, georg.brandl, paul.moore, vinay.sajip, pitrou, benjamin.peterson, tarek, eric.araujo, rpetrov, flox, alexis, michael.mulich, westley.martinez, python-dev, jlove, higery, francismb
2012-02-12 20:36:30nadeem.vawdasetmessageid: <1329078990.14.0.591780942125.issue13193@psf.upfronthosting.co.za>
2012-02-12 20:36:29nadeem.vawdalinkissue13193 messages
2012-02-12 20:36:29nadeem.vawdacreate