> I take that back. It may actually be implemented as "file 0 1" but I > can't quite make sense of what's going on in versions_0(). When I try > to reproduce a degenerate case in a python interpreter in my shell, it > gives me various and sundry errors. I'm doing something stupid, I'm > sure.
Ok, right. My example was using integers, wheras the depot keeps the version numbers as strings. I had the format string wrong. *sigh* In any case, Danek, you had it right. The output is "file 0 1". I was unware of how magical join()-ing a string to a list of strings could be. -j _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
