Re: [Python-Dev] gettext.py bug #1448060

2006-04-25 Thread Sylvain Thénault
On Tuesday 25 April à 01:24, "Martin v. Löwis" wrote: > Sylvain Thénault wrote: > > I've posted a patch (#1475523) for this and assigned it to Martin Von > > Loewis since he was the core developper who has made some followup on > > the original bug. Could someone (Martin or someone else) quick re

Re: [Python-Dev] gettext.py bug #1448060

2006-04-24 Thread Martin v. Löwis
Sylvain Thénault wrote: > I've posted a patch (#1475523) for this and assigned it to Martin Von > Loewis since he was the core developper who has made some followup on > the original bug. Could someone (Martin or someone else) quick review > this patch ? I really need a fix for this, so if anyone

[Python-Dev] gettext.py bug #1448060

2006-04-24 Thread Sylvain Thénault
Hi there, while playing with gettext catalog handling of a complex application, I've hit bug #1448060. This bug seems serious to me since gettext.py is not able to handle some .po files generated by msgcat/msgmerge due to lines like "#-#-#-#-# fr.po (2.0) #-#-#-#-#\n" in the metadata. I've post