On Wed, Dec 12, 2007 at 05:11:27PM -0800, [EMAIL PROTECTED] wrote:

> http://cr.opensolaris.org/~johansen/pkg-bugfix/index.html

client.py:

  - line 135: What's err.filename end up looking like?  You're not spitting
    out anything based on auth here, like you are in the URLError bit; is
    this equivalent?

depot.py:

  - line 422: Bad check!  You should check the exception's args[0] and if
    that's EPERM, then try again.

  - line 425: The error messages should probably go to stderr.  To
    facilitate this, you might reverse the check, which would allow you to
    save an indent level on the prints

  - line 427: "inststead" -> "instead"

  - line 428: "Use -p option" -> "Use the -p option"

Danek
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to