At 04:19 PM 7/28/2005 -0700, Andi Vajda wrote:
Could we please, please, please *not* use _() as this blows away the python shell's _ symbol which is conveniently the last value returned (like Lisp's *). It makes debugging that much harder.
Andi, I think you're thinking of __builtin__._, which is what gettext installs. Using an explicit import of LocalizableString as _ (which is what I suggest) should not affect the shell's namespace at all.
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "Dev" mailing list http://lists.osafoundation.org/mailman/listinfo/dev
