]> granicus.if.org Git - python/commit
Close #15415: Factor out temp dir helpers to test.support
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 12:11:50 +0000 (22:11 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 28 Jul 2013 12:11:50 +0000 (22:11 +1000)
commit5517596c0428ee3620c28fd68ba5a0b1627d59b6
tree8d1fa6b14c787305bbf7e8c382fcbbe6f9aaf9ad
parent69e3bda310f55816403e4c7fda42ab96d81c31be
Close #15415: Factor out temp dir helpers to test.support

Patch by Chris Jerdonek
Doc/library/test.rst
Lib/test/script_helper.py
Lib/test/support/__init__.py
Lib/test/test_cmd_line_script.py
Lib/test/test_shutil.py
Lib/test/test_support.py
Misc/NEWS