]> granicus.if.org Git - python/commit
Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
authorMark Dickinson <dickinsm@gmail.com>
Sun, 15 Nov 2009 16:18:58 +0000 (16:18 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 15 Nov 2009 16:18:58 +0000 (16:18 +0000)
commit82864d1ab101d971e77b73cac9e994fd09cd796b
tree65335906c1a5f330660bb1f64d698198d50856d3
parentd5b34d4597a7163edf20f831db620b0a4fe57d5d
Issue #7228:  Add '%lld' and '%llu' support to PyFormat_FromString,
PyFormat_FromStringV and PyErr_Format.
Doc/c-api/exceptions.rst
Doc/c-api/string.rst
Include/pyport.h
Misc/NEWS
Modules/_testcapimodule.c
Objects/stringobject.c
configure
configure.in
pyconfig.h.in