Fix for build problem in Hebrew locales
Hi all, I'm in the process of doing my first translation of pypy-c, and have encountered a problem in running the translation. The issue is that Subversion automatically replaces the string $LastChanged$ with a date, and in Hebrew locales that date includes an apostrophe, while the string in the code is also delimited with apostrophes. The attached patch solves this by delimiting with quotation marks instead. Yours, Yosef.
Hi Yosef, On Thu, Jul 30, 2009 at 01:02:24PM +0300, Yosef Meller wrote:
Index: py/__init__.py
If it's in the "py" subdirectory, then it's in the py lib, not (strictly speaking) in pypy. The py lib is an independent project. You should in the future report the issue and the fix to py-dev@codespeak.net. BTW, I looked in the py lib and it seems that the current trunk version no longer uses $LastChangedDate at all, so there should not be any problem left; it's just that pypy uses a (slightly) older version. Thanks, Armin
participants (2)
-
Armin Rigo
-
Yosef Meller