> Updatelog.py > Line 161 and 180: I don't understand the changes being made here.
I didn't understand this at first either, and thought it was wrong. After some digging, I think this ought to work. However, the Python 2.4.4 documentation has dire warning about using tell() on win32 platforms. Apparently, the interaction with fgets() is poor. I also thought it was a bit weird that we didn't seek to the end of the fd before calling tell(). I know we're implicitly at the end of the file since we're appending, but that concern jumped out regardless. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
