Re: [Python-Dev] test_bz2 on Python 2.4.1

2005-08-27 Thread Tim Peters
[Reinhold Birkenfeld] > Could anyone else on Windows please try the test_bz2, too? test_bz2 works fine here, on WinXP Pro SP2, under release and debug builds, on current CVS HEAD and on current CVS release24-maint branch. I built those 4 Pythons with the MS compiler, not MinGW. __

Re: [Python-Dev] test_bz2 on Python 2.4.1

2005-08-27 Thread Reinhold Birkenfeld
A.B., Khalid wrote: >>>#--- Python 2.4.1 from CVS -# [test_bz2] >>>RuntimeError: wrong sequence of bz2 library commands used >> >>I don't understand this. The sources for the bz2 modules are exactly equal >>in both branches. > > I know. Even the tests are e

[Python-Dev] test_bz2 on Python 2.4.1

2005-08-27 Thread A.B., Khalid
Reinhold Birkenfeld wrote: #--- Python 2.5a0 from CVS -# # Result: passes $ /g/projs/py25/python/dist/src/MinGW/python testbz2.py #--- Python 2.4.1 from CVS -# # Result: fails $ /g/projs/py24/python/dist/src/MinGW/

Re: [Python-Dev] test_bz2 on Python 2.4.1

2005-08-27 Thread Reinhold Birkenfeld
A.B., Khalid wrote: > #--- Python 2.5a0 from CVS -# > # Result: passes > $ /g/projs/py25/python/dist/src/MinGW/python testbz2.py > > > #--- Python 2.4.1 from CVS -# > # Result: fails > $ /g/projs/py24/python/dist/src

[Python-Dev] test_bz2 on Python 2.4.1

2005-08-26 Thread A.B., Khalid
Reinhold Birkenfeld wrote: >Are you sure that you are calling the newly-built python.exe? It is strange >that >the test should pass in interactive mode when it doesn't in normal mode. >For a confirmation, can you execute this piece of code both interactively >and >from a file: Yes, both Python'