[issue4824] test_cmd_line failure on Mac OS X for py3k

2009-01-04 Thread Skip Montanaro
Skip Montanaro added the comment: Yeah, looks like it. Closing. -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ __

[issue4824] test_cmd_line failure on Mac OS X for py3k

2009-01-04 Thread Mark Dickinson
Mark Dickinson added the comment: Is this the same issue as issue 4388? -- nosy: +marketdickinson ___ Python tracker ___ ___ Python-bu

[issue4824] test_cmd_line failure on Mac OS X for py3k

2009-01-03 Thread Skip Montanaro
Skip Montanaro added the comment: Here is another data point. I added some print calls to the subprocess module and ran the key call from the interpreter: % ./python.exe Python 3.1a0 (py3k:68218, Jan 3 2009, 15:06:30) [GCC 4.0.1 (Apple Inc. build 5490)] on darwin Type "help"

[issue4824] test_cmd_line failure on Mac OS X for py3k

2009-01-03 Thread Skip Montanaro
New submission from Skip Montanaro : test_cmd_line.test_run_code fails for me on Mac OS X: % ./python.exe -bb Lib/test/regrtest.py -v test_cmd_line test_cmd_line test_directories (test.test_cmd_line.CmdLineTest) ... ok test_optimize (test.test_cmd_line.CmdLineTest) ... ok te