[issue35335] msgfmt should be able to merge more than one po file

s-ball report at bugs.python.org
Mon Dec 3 15:27:44 EST 2018


s-ball <s-ball at laposte.net> added the comment:

Currently my main use case is to be able to compile one or more po file(s) from a Python script, so I just need to be able to repeatedly call make from that script - which was broken per issue 9741

To be honest, I must acknowledge that I initially thought that compiling more than one po file was a common use case, and I only later realized that it was not. But as it was already (partially) allowed by msgfmt.py, I have just fixed the problems and added tests for it.

BTW, I am also the author of last commit, but I have written it on a box where I had forgotten to correctly initialize git

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35335>
_______________________________________


More information about the Python-bugs-list mailing list