[Python-Dev] release for 2.1.2, plus 2.2.1...

Martin v. Loewis martin@v.loewis.de
Sat, 5 Jan 2002 00:03:07 +0100


> create large file via seek (may be sparse file) ...
> 2500000001L =?= 2500000001L ... yes
> check file size with os.fstat
> check file size with os.stat
> 2500000001L =?= 2500000001L ... yes
> play around with seek() and read() with the built largefile
> 0L =?= 0 ... yes
> ..<and so on, successfully>..

I have taken this is as success also. I don't know how Barry found
that the tests fail, but must likely, one of the expect calls failed,
resulting in a TestFailed exception - which would have been clearly
visible.

Regards,
Martin