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 Alex.Volkov
Recipients Alex.Volkov, vajrasky
Date 2013-08-25.18:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1377453900.9.0.899218056568.issue18728@psf.upfronthosting.co.za>
In-reply-to
Content
HI Vajrasky,

I fixed the typo in a comment and removed WIN32 constant definition from the code.

I looked at the existing tearDown method, on line 79, it calls shutil.rmtree on a directory above the files/directories I'm writing my test files, so the statements and the end of each function or combining these statements in a cleanup function is redundant, so I removed them.

Alex.
History
Date User Action Args
2013-08-25 18:05:00Alex.Volkovsetrecipients: + Alex.Volkov, vajrasky
2013-08-25 18:05:00Alex.Volkovsetmessageid: <1377453900.9.0.899218056568.issue18728@psf.upfronthosting.co.za>
2013-08-25 18:05:00Alex.Volkovlinkissue18728 messages
2013-08-25 18:05:00Alex.Volkovcreate