Bart Smaalders wrote:

> >     
> > https://cr.opensolaris.org/action/browse/pkg/dduvall/human-version/human-version/
> 
> Is there a test case for pkg list of a package w/ the new
> attribute?

No; I've tended to avoid output parsing like this, but it'd be easy enough
to add.

> In client.py, if you're going to support localization of
> 
>      3042 +                        msg(_("       Version:"), _("%s
> (%s)") % (pi.version,
>      3043 +                            hum_ver))
> 
> then you should use position independent accesses for the variables, no?
> 
> Fine w/ me to just drop the _() around %ss (%s).

I'll take the latter route; I'm pretty sure all this is busted for LTR
languages, anyway.

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

Reply via email to