<p>2012/10/8 Barry Warsaw <<a href="mailto:barry@python.org">barry@python.org</a>>:<br>
>>Does anyone know if there is a good reason why PyUnicode_FromFormatV()<br>
>>does not fail on invalid format string, but copies the format string<br>
>>as-if into the result?<br>
>><br>
>>I would like to change this to raise a ValueError instead.<br>
>>PyUnicode_FromFormatV() is used by PyErr_Format(), so PyErr_Format()<br>
>>may now fail with a ValueError if the format string is invalid.<br>
><br>
> This behavior is inherited from PyUnicode_FromFormat() which documents the<br>
> current behavior, so you can't change this in backward incompatible way.</p>
<p>Yes, the current behaviour is documented, but I consider it as a bug. Would it be possible to change the behaviour to fix a "bug"?</p>
<p>Victor</p>