[email protected] wrote: > http://cr.opensolaris.org/~johansen/webrev-15119/
The change looks fine as is. In transport.py, I'd not bother changing the integers to strings in the version numbers when raising PkgProtoErrors, as "%s" % int works just fine. You also don't need the str() call on line 1547. danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
