Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.024 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'subject:error': 0.03; 'read.': 0.03; 'url:pipermail': 0.05; 'subject:Python': 0.06; '*not*': 0.07; 'locale': 0.09; 'subject:messages': 0.09; 'cc:addr :python-list': 0.11; '>>': 0.16; 'url:whatsnew': 0.16; 'exception': 0.16; 'all.': 0.16; 'wrote:': 0.18; 'seems': 0.21; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; '>': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'easier': 0.31; 'exceptions': 0.31; 'url:python': 0.33; 'received:209.85': 0.35; 'something': 0.35; 'received:google.com': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'should': 0.36; 'list.': 0.37; 'received:209': 0.37; 'skip:& 10': 0.38; 'url:mail': 0.40; 'read': 0.60; 'is.': 0.60; 'tell': 0.60; 'mentioned': 0.61; 'url:3': 0.61; 'happen': 0.63; 'to:addr:gmail.com': 0.65; 'life': 0.66; 'here': 0.66; 'language!': 0.84; 'localized': 0.84; 'python-dev': 0.84; 'subject:location': 0.84; 'url:python-dev': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=epkQNGTu7ZIM+WI6ZMhw5faZ+kceKlg+qlUyuyktWYs=; b=p5pX9y6UVnofd1EzNCpOyk+47fHNFiMsA5lc6VvPgWwSS9VxnnXgVu3hJnTkD4TY2Q PRdz5/V8HvDkcHvwBF1iEKQm/ZC2l53XrPO8RfEpd/7o1xe3zcvSXPPMNA/GskKEmWXw EZxSGEl3Oey+sxZ/opL7byOIUhHl9fgW9dwCw22cy5Px1nE/njJ51vxDjpMHqpOzPbLq NbAC9sOlndYwSoJnq94e83IyENKFfj92eGnI0g4wP6b9jKbHrsY0EDfRRiVR9f33Xwe8 ecFBdz4xLPX2ktbfLoUg08RMeAbXKneJK43PtGQRBPC+6OKOCAySlkSPb2OUEiz/yaO7 2kbg== MIME-Version: 1.0 X-Received: by 10.49.26.198 with SMTP id n6mr33688654qeg.16.1369698262362; Mon, 27 May 2013 16:44:22 -0700 (PDT) In-Reply-To: References: <20130527061154.GA3301@cskk.homeip.net> Date: Tue, 28 May 2013 00:44:22 +0100 Subject: Re: Python error codes and messages location From: =?ISO-8859-1?Q?F=E1bio_Santos?= To: Vito De Tullio Content-Type: multipart/alternative; boundary=047d7b67730460cefb04ddbbbab0 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 85 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1369698271 news.xs4all.nl 15945 [2001:888:2000:d::a6]:54053 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:46232 --047d7b67730460cefb04ddbbbab0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 27 May 2013 19:36, "F=E1bio Santos" wrote: > > > On 27 May 2013 19:23, "Vito De Tullio" wrote: > > > > F=E1bio Santos wrote: > > > > >> This should make life easier for us > > > http://docs.python.org/3/whatsnew/3.3.html#pep-3151-reworking-the-os-and-io= -exception-hierarchy > > > > > > Speaking of PEPs and exceptions. When do we get localized exceptions? > > > > What do you mean by "localized exceptions"? > > > > Please, tell me it's *NOT* a proposal to send the exception message in the > > locale language! > > > > -- > > By ZeD > > > > -- > > http://mail.python.org/mailman/listinfo/python-list > > It is. I think I read it mentioned in python-dev or this list. Here is what I read. http://mail.python.org/pipermail/python-dev/2013-April/125364.html It wasn't only about exceptions after all. And it seems like something that will only happen far into the future. --047d7b67730460cefb04ddbbbab0 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable


On 27 May 2013 19:36, "F=E1bio Santos" <fabiosantosart@gmail.com> wrote:
>
>
> On 27 May 2013 19:23, "Vito De Tullio" <vito.detullio@gmail.com> wrote:
> >
> > F=E1bio Santos wrote:
> >
> > >> This should make life easier for us
> > > http://docs.python.org/3/wh= atsnew/3.3.html#pep-3151-reworking-the-os-and-io-exception-hierarchy > > >
> > > Speaking of PEPs and exceptions. When do we get localized ex= ceptions?
> >
> > What do you mean by "localized exceptions"?
> >
> > Please, tell me it's *NOT* a proposal to send the exception m= essage in the
> > locale language!
> >
> > --
> > By ZeD
> >
> > --
> > h= ttp://mail.python.org/mailman/listinfo/python-list
>
> It is. I think I read it mentioned in python-dev or this list.

Here is what I read.

http://mail.python.org/pipermail/python-dev/2013-April/1= 25364.html

It wasn't only about exceptions after all. And it seems = like something that will only happen far into the future.

--047d7b67730460cefb04ddbbbab0--