bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Question regarding empty msgid


From: Eric Blake
Subject: Re: Question regarding empty msgid
Date: Fri, 15 Oct 2010 13:26:03 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.9) Gecko/20100921 Fedora/3.1.4-1.fc13 Mnenhy/0.8.3 Thunderbird/3.1.4

On 10/15/2010 05:16 AM, Peter Landgren wrote:
Hi,

If I do (in python):
print gettext("")
that is sending an empty string to gettext. This is not the normal, but can 
happen by mistake.

The header from the current *.mo file is printed.

Is this to be regarded as a bug?

The only bug in this case is the fact that you tried to translate the empty string. gettext() is documented as requiring a non-empty string, and by passing an empty string, you are violating the contract.

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

[Prev in Thread] Current Thread [Next in Thread]