i18n conflicts with pdb debugging

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Nov 6 09:20:26 GMT 2007


>>>>> "john" == John Arbash Meinel <john at arbash-meinel.com> writes:

<snip/>

    john> So it is a gettext thing, but bzr-gtk makes wide use of it. I'm
    john> wondering if/when we do i18n in Bazaar we want to *not* use the _()
    john> shortcut, since it interferes badly with pdb.

What about doing something like: 'from gettext import _ as i18n'
in the right(s) place(s) ?

Still short, giving an hint to people unaware of '_' and working
around the pdb conflict ?

       Vincent




More information about the bazaar mailing list