]> granicus.if.org Git - python/commit
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 11 Sep 2010 00:54:47 +0000 (00:54 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 11 Sep 2010 00:54:47 +0000 (00:54 +0000)
commit1205f2774e00d38d3229a3a2742c2fcbc767bdde
tree8f5756aa974326bf503dfaad7512aff103bde9bb
parentcd419abe42b42c626d91d5f839d53bdbde9852e0
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on
a non-ASCII byte in the format string.

Document also the encoding.
Doc/c-api/exceptions.rst
Doc/c-api/unicode.rst
Include/pyerrors.h
Include/unicodeobject.h
Lib/test/test_unicode.py
Misc/NEWS
Modules/_testcapimodule.c
Objects/unicodeobject.c