Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_bz2.py, 1.18, 1.19

2005-08-26 Thread Anthony Baxter
On Saturday 27 August 2005 00:46, Reinhold Birkenfeld wrote: > > Note that this added a right parenthesis to the start of the line. > > That creates a syntax error, so this test could not have been tried > > before checking in. It also causes test_compiler to fail. > > Thank you for correcting. Th

Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_bz2.py, 1.18, 1.19

2005-08-26 Thread Reinhold Birkenfeld
Tim Peters wrote: > [EMAIL PROTECTED] >> Update of /cvsroot/python/python/dist/src/Lib/test >> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4822/Lib/test >> >> Modified Files: >>test_bz2.py >> Log Message: >> Add list() around xreadlines() >> >> >> >> Index: test_bz2.py >>

Re: [Python-Dev] [Python-checkins] python/dist/src/Lib/test test_bz2.py, 1.18, 1.19

2005-08-26 Thread Tim Peters
[EMAIL PROTECTED] > Update of /cvsroot/python/python/dist/src/Lib/test > In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4822/Lib/test > > Modified Files: >test_bz2.py > Log Message: > Add list() around xreadlines() > > > > Index: test_bz2.py >