commit | 7520df439a9cd3eff2ae39802e9331df17018d75 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Wed Mar 14 20:02:38 2007 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Wed Mar 14 20:02:38 2007 +0000 |
tree | 0d0ef5d12b43a5bb7092611b0cb564cc5c97000e | |
parent | 1a5fe58cd49477e5678df141f01f08b01fc9a449 [diff] [blame] |
Patch #1559413: Fix test_cmd_line if sys.executable contains a space.
diff --git a/Misc/NEWS b/Misc/NEWS index bae1ebe..add3bbb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -520,6 +520,8 @@ Tests ----- +- Patch #1559413: Fix test_cmd_line if sys.executable contains a space. + - Fix bsddb test_basics.test06_Transactions to check the version number properly.