Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #46261

Re: Python error codes and messages location

References (4 earlier) <ko083m$udv$1@ger.gmane.org> <CAA=1kxT7AAMJcm9hokgtisFSjMi_5v=w+zesh-i2VgaYFochKg@mail.gmail.com> <CAA=1kxTucYUr0++Y10y3npj2MSnLtQ6MvAsaS3SkqF4U3Bbnpw@mail.gmail.com> <ko1asv$tgg$1@ger.gmane.org> <CAA=1kxSmg3r=wL3acL0fFD8E+G1OzPWYySdLco25Ex91oLkfPQ@mail.gmail.com>
Date 2013-05-28 17:15 +1000
Subject Re: Python error codes and messages location
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.2285.1369725359.3114.python-list@python.org> (permalink)

Show all headers | View raw


On Tue, May 28, 2013 at 4:57 PM, Fábio Santos <fabiosantosart@gmail.com> wrote:
>
> On 28 May 2013 05:17, "Vito De Tullio" <vito.detullio@gmail.com> wrote:
>> I really hope really far... have you never tried to google a localized
>> error
>> message? :\
>
> Never. I don't even try.

Same happens when someone pastes an error onto a mailing list like
this. Unless there's some easily-identifiable token (maybe the
exception type doesn't get localized, though that has its own
consequences) by which everyone world-over can recognize the
exception, this would be a major nuisance. Also, once the interpreter
core and a few parts of the stdlib get localized, this would add a
barrier to entry for new modules... not sure this is a good thing.

Can we internationalize English instead of localizing Python?

Not-entirely-joking-ly yours,

ChrisA

Back to comp.lang.python | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Re: Python error codes and messages location Chris Angelico <rosuav@gmail.com> - 2013-05-28 17:15 +1000
  Re: Python error codes and messages location Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-28 08:38 +0000

csiph-web