Re: [Python-Dev] test_cmd_line failure on Kubuntu 5.10 with GCC 4.0

2005-10-08 Thread Guido van Rossum
On 10/8/05, Neal Norwitz <[EMAIL PROTECTED]> wrote: > On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > > Hye-Shik Chang wrote: > > > On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > > > > > >>Anyone else seeing any problems with test_cmd_line? I've got a few > > >>failures in > > >>test_

Re: [Python-Dev] test_cmd_line failure on Kubuntu 5.10 with GCC 4.0

2005-10-08 Thread Neal Norwitz
On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Hye-Shik Chang wrote: > > On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > > > >>Anyone else seeing any problems with test_cmd_line? I've got a few failures > >>in > >>test_cmd_line on Kubuntu 5.10 with GCC 4.0 relating to a missing "\n" l

Re: [Python-Dev] test_cmd_line failure on Kubuntu 5.10 with GCC 4.0

2005-10-08 Thread Nick Coghlan
Hye-Shik Chang wrote: > On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > >>Anyone else seeing any problems with test_cmd_line? I've got a few failures in >>test_cmd_line on Kubuntu 5.10 with GCC 4.0 relating to a missing "\n" line >>ending. >> > > > Same problem here. (FreeBSD 6.0 with GCC

Re: [Python-Dev] test_cmd_line failure on Kubuntu 5.10 with GCC 4.0

2005-10-08 Thread Hye-Shik Chang
On 10/8/05, Nick Coghlan <[EMAIL PROTECTED]> wrote: > Anyone else seeing any problems with test_cmd_line? I've got a few failures in > test_cmd_line on Kubuntu 5.10 with GCC 4.0 relating to a missing "\n" line > ending. > Same problem here. (FreeBSD 6.0 with GCC 3.4.4) In my short inspection, pop