Re: [pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Armin Rigo
Hi Mariano, On 5 May 2015 at 20:21, Mariano Reingart wrote: > Or using a pure python implementation already in the stdlib? > > https://hg.python.org/cpython/file/2.7/Lib/gettext.py Ah, yes. This comes with potential performance issues, but let's not focus on performance to start with, as it is

Re: [pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Mariano Reingart
On Tue, May 5, 2015 at 9:41 AM, Armin Rigo wrote: > Hi Mariano, > > On 5 May 2015 at 09:57, Mariano Reingart wrote: > > I'll try to clone PyPy too, I think it could be even easier to > > internationalize, as it is pure python and no C API should be changed, > but > > please correct me if I'm wro

Re: [pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Mariano Reingart
On Tue, May 5, 2015 at 5:23 AM, Maciej Fijalkowski wrote: > Hi Mariano. > > Welcome on board! > > As expressed before, we would be happy to have internationalization in > PyPy as I would like to have a discussion about which of the tools are > suitable for driving that forward. > > Well, in the d

Re: [pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Armin Rigo
Hi Mariano, On 5 May 2015 at 09:57, Mariano Reingart wrote: > I'll try to clone PyPy too, I think it could be even easier to > internationalize, as it is pure python and no C API should be changed, but > please correct me if I'm wrong. It's easier in some ways, but harder in others, because ther

Re: [pypy-dev] (no subject)

2015-05-05 Thread Amaury Forgeot d'Arc
2015-05-05 1:55 GMT+02:00 Leonardo Santagada : > As we are transitioning to internationalized messages should/could we also > get more descritive error messages? It could always be just a phrase and a > link, eg: > instead of > TypeError: x() takes no arguments (1 given) > we output: > TypeError:

Re: [pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Maciej Fijalkowski
Hi Mariano. Welcome on board! As expressed before, we would be happy to have internationalization in PyPy as I would like to have a discussion about which of the tools are suitable for driving that forward. That said, this is a list of development of PyPy and it's not a list to discuss how pytho

[pypy-dev] Internationalization Proposal (was Re: (no subject))

2015-05-05 Thread Mariano Reingart
Hello, and sorry for being late to the discussion: Thanks Laura for bringing this up, and thanks everyone else for the interest. As I wasn't subscribed to this list early, I didn't get a copy of the emails so I cannot answer each one in-line, but I'll do my best trying to reconstruct the thread c