Dan Price wrote:

> https://cr.opensolaris.org/action/browse/pkg/dp/pkg-cleanup-3/

checkforupdates.py:

  - line 241: no need for str().

  - line 295: why not do what the other packaging commands do?

progress.py:

  - line 2461: because there's more than one expando here, you should use
    named expandos:
    
        _("%(linked)s linked: %(done)s done") % {
            "linked": self.li_phase_names[self.major_phase]
            "done": format_pair( ... )
        }

    This bug exists in other places here, too, but would require changes to
    the .po files.  They're ones you could potentially make if you wanted,
    but otherwise you'd need to coordinate with l10n.

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

Reply via email to