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 serhiy.storchaka
Recipients Arfrever, akuchling, bkabrda, djc, eric.araujo, lemburg, loewis, ned.deily, serhiy.storchaka
Date 2017-09-23.19:56:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506196571.78.0.847100128352.issue12425@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, I don't see a value of issuing warning if the following line of the code is failed. Why not raise an exception instead?

A warning can be issued in the case of lacking nplurals= which is not used in Python implementation.

I think additional checks should be added in msgfmt.py. GNU msgfmt checks that plural= and nplurals= are specified if there are plural form translations.
History
Date User Action Args
2017-09-23 19:56:11serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, akuchling, ned.deily, djc, eric.araujo, Arfrever, bkabrda
2017-09-23 19:56:11serhiy.storchakasetmessageid: <1506196571.78.0.847100128352.issue12425@psf.upfronthosting.co.za>
2017-09-23 19:56:11serhiy.storchakalinkissue12425 messages
2017-09-23 19:56:11serhiy.storchakacreate