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 petri.lehtinen
Recipients eric.araujo, hynek, petri.lehtinen, tarek
Date 2011-08-11.06:39:11
SpamBayes Score 2.578278e-08
Marked as misclassified No
Message-id <1313044752.37.0.965129060436.issue12721@psf.upfronthosting.co.za>
In-reply-to
Content
I'd call os.path.join() in the test functions rather than in read_file() and write_file(). This makes it easier to understand what the test is doing without looking at the code of read_file() and write_file().

Otherwise, looks good to me, and I think this would be useful cleanup.
History
Date User Action Args
2011-08-11 06:39:12petri.lehtinensetrecipients: + petri.lehtinen, tarek, eric.araujo, hynek
2011-08-11 06:39:12petri.lehtinensetmessageid: <1313044752.37.0.965129060436.issue12721@psf.upfronthosting.co.za>
2011-08-11 06:39:11petri.lehtinenlinkissue12721 messages
2011-08-11 06:39:11petri.lehtinencreate