diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2007-03-14 20:02:31 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2007-03-14 20:02:31 (GMT) |
commit | cd1210a55fd11dc10da6d22a5cef4c26f90672eb (patch) | |
tree | 68cfc884d7b089a6b316a777f3acd12139a116bc /Misc/NEWS | |
parent | 71436f022996b82b2e2518ee5dd08d1a2923eaae (diff) | |
download | cpython-cd1210a55fd11dc10da6d22a5cef4c26f90672eb.zip cpython-cd1210a55fd11dc10da6d22a5cef4c26f90672eb.tar.gz cpython-cd1210a55fd11dc10da6d22a5cef4c26f90672eb.tar.bz2 |
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
Will backport.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -624,6 +624,8 @@ Extension Modules Tests ----- +- Patch #1559413: Fix test_cmd_line if sys.executable contains a space. + - Added test.test_support.TransientResource which is a context manager to surround calls to resources that are not guaranteed to work even if test.test_support.requires says that the resource should exist. |