This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author reingart
Recipients Ramchandra Apte, ezio.melotti, georg.brandl, neologix, pitrou, r.david.murray, reingart, rhettinger, steven.daprano, terry.reedy
Date 2015-05-04.04:36:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430714181.59.0.0374206864501.issue16344@psf.upfronthosting.co.za>
In-reply-to
Content
Just for the record, I've presented a "CPython Internationalization proposal" for this year Google Summer of Code program:

http://www.google-melange.com/gsoc/proposal/public/google/gsoc2015/reingart/5634387206995968

Indeed, that was my third attempt to move it forward (you can look there for the implications, schedule, etc.)

Anyway, it didn't get accepted (and I have no more feedback from GSoC than that), so I will not be able to focus on this and finish it in 3 months as planned, but I'll do my best.

Currently I'm cloning the CPython repository under my GitHub account to work on it (as I would have done if the GSoC project was approved):

https://github.com/reingart/python/

It was exported using hg-git so it can be easily updated or get collaborations back with mercurial, just using GitHub to publish it.

BTW, the PEP was hanging around since 2010 (see the attached file in 2012 for example), now I uploaded it in GitHub so it can be collaboratively edited:

https://github.com/reingart/python/wiki/PEP-i18n

I will re-organize / re-base the patch and update the PEP ASAP.

PS: Yes, it seems that "the days when all programmers must learn English" are fading away, Visual Basic 5 was internationalized around 20 years ago (indeed, I learned VB as one of my first "real" languages as it had completely Spanish translations for errors and online built-in F1 help, in a CDROM those days). The first "logo" programming language my father brought to may home around 30 years ago, also was in Spanish IIRC (for a Spectrum TK90). Even gcc and bash are internationalized nowadays :-)
History
Date User Action Args
2015-05-04 04:36:21reingartsetrecipients: + reingart, georg.brandl, rhettinger, terry.reedy, pitrou, ezio.melotti, steven.daprano, r.david.murray, neologix, Ramchandra Apte
2015-05-04 04:36:21reingartsetmessageid: <1430714181.59.0.0374206864501.issue16344@psf.upfronthosting.co.za>
2015-05-04 04:36:21reingartlinkissue16344 messages
2015-05-04 04:36:20reingartcreate