commit | 4a2b7a1b141fcbed6da81d942c9db776874c2fa9 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 14:03:48 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Aug 13 14:03:48 2010 +0000 |
tree | 0288e22145e35c9d5d92c051800bf1c85e5858b8 | |
parent | b4b8eb916372dcb566740455122a28b5ed9631f9 [diff] |
Issue #9425: Create PyErr_WarnFormat() function Similar to PyErr_WarnEx() but use PyUnicode_FromFormatV() to format the warning message. Strip also some trailing spaces.