Re: [Freeipa-devel] [PATCH 40/40] ticket 1659 - invalid i18n string in dns.py

2011-08-18 Thread Alexander Bokovoy
On 18.08.2011 01:54, John Dennis wrote: dns.py at line 976 has an invalid i18n string and cannot be processed during message extraction causing message catalog generation to fail. The format parameters are trapped inside the i18n string. Also it's not necessary to promote the i18n string

Re: [Freeipa-devel] [PATCH 40/40] ticket 1659 - invalid i18n string in dns.py

2011-08-18 Thread Martin Kosek
On Thu, 2011-08-18 at 10:43 +0300, Alexander Bokovoy wrote: On 18.08.2011 01:54, John Dennis wrote: dns.py at line 976 has an invalid i18n string and cannot be processed during message extraction causing message catalog generation to fail. The format parameters are trapped inside the

[Freeipa-devel] [PATCH 40/40] ticket 1659 - invalid i18n string in dns.py

2011-08-17 Thread John Dennis
dns.py at line 976 has an invalid i18n string and cannot be processed during message extraction causing message catalog generation to fail. The format parameters are trapped inside the i18n string. Also it's not necessary to promote the i18n string literal to unicode via the u prefix because the