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.

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to