Issue #7228: Add '%lld' and '%llu' support to PyFormat_FromString,
commitf005a2d5289245294f2c05af16559c50248fb571
authormark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 16:18:58 +0000 (15 16:18 +0000)
committermark.dickinson <mark.dickinson@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 16:18:58 +0000 (15 16:18 +0000)
tree058a3141866e41a427638eb86a11f0a61b2f91d1
parentd3dd1ce3e0b9344fb8ca84f67fd7da62fc800f34
Issue #7228:  Add '%lld' and '%llu' support to PyFormat_FromString,
PyFormat_FromStringV and PyErr_Format.

git-svn-id: http://svn.python.org/projects/python/trunk@76308 6015fed2-1504-0410-9fe1-9d1591cc4771
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