commit | 1205f2774e00d38d3229a3a2742c2fcbc767bdde | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 00:54:47 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Sep 11 00:54:47 2010 +0000 |
tree | 8f5756aa974326bf503dfaad7512aff103bde9bb | |
parent | cd419abe42b42c626d91d5f839d53bdbde9852e0 [diff] |
Issue #9738: PyUnicode_FromFormat() and PyErr_Format() raise an error on a non-ASCII byte in the format string. Document also the encoding.