[Python-Dev] [Python-checkins] cpython (3.2): test_os: add TemporaryFileTests to the testcase list
Ross Lagerwall
rosslagerwall at gmail.com
Fri Jul 1 14:55:39 CEST 2011
On Fri, 2011-07-01 at 11:18 +0200, Victor Stinner wrote:
> I tried to find which commit removes TemporaryFileTests from the
> testcase list (to see if there is a good reason to do that, or if it's
> just a mistake): it's somewhere between Python 2.x and Python 3.0, but I
> didn't find the commit.
For what it's worth,
$ hg grep --all TemporaryFileTests Lib/test/test_os.py
Lib/test/test_os.py:45773:+:class TemporaryFileTests(unittest.TestCase):
Lib/test/test_os.py:43680:-:class TemporaryFileTests(unittest.TestCase):
Lib/test/test_os.py:43680:-: TemporaryFileTests,
will show where TemporaryFileTests was removed and added.
More information about the Python-Dev
mailing list