2008/5/19 Shawn Walker <[EMAIL PROTECTED]>: > The following webrev includes proposed fixes for the following bugs: > > 115 pkg needs to not have a cow on a SIGPIPE > > webrev:
Change summary: * I have moved the common functions I was using to display messages to misc.py along with my special exception object. * I decided to not use them, for the most part, in progress.py due to its "fancy" output handling code. (Did I ever mention how annoying the special trailing comma syntax for python's print is?) In my testing, I was able to pipe output to less, head, grep, etc. without getting the previous errors. Once in a while you'll see an error from the shell about resource unavailable, but no python tracebacks best I can tell. Back by popular demand ( :-) ) is the new webrev: http://cr.opensolaris.org/~swalker/pkg-115/ Cheers, -- Shawn Walker "To err is human -- and to blame it on a computer is even more so." - Robert Orben _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
