cpython/Doc/api
Tim Peters 8931ff1f67 Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV
about "%u", "%lu" and "%zu" formats.

Since PyString_FromFormat and PyErr_Format have exactly the same rules
(both inherited from PyString_FromFormatV), it would be good if someone
with more LaTeX Fu changed one of them to just point to the other.
Their docs were way out of synch before this patch, and I just did a
mass copy+paste to repair that.

Not a backport candidate (this is a new feature).
2006-05-13 23:28:20 +00:00
..
abstract.tex avoid ugly markup based on the unfortunate conversions of ">>" and "<<" to 2006-05-03 02:04:40 +00:00
api.tex Break the Python/C API manual into smaller files by chapter. This manual 2001-10-12 19:01:43 +00:00
concrete.tex Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV 2006-05-13 23:28:20 +00:00
exceptions.tex Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV 2006-05-13 23:28:20 +00:00
init.tex Fix warning that texcheck complained about. 2006-03-01 16:37:55 +00:00
intro.tex Stop claiming that Py_Finalize releases all memory. 2006-04-13 07:28:29 +00:00
memory.tex Patch #702933: Undocument PyObject_NEW, PyObject_NEW_VAR, 2006-04-14 15:58:03 +00:00
newtypes.tex SF patch #1473132: Improve docs for tp_clear and tp_traverse, 2006-05-12 01:57:59 +00:00
refcounting.tex Two typo fixes 2004-07-26 19:25:54 +00:00
refcounts.dat Documentation bug: PySet_Pop() returns a new reference (because the 2006-05-02 19:52:32 +00:00
utilities.tex markup glitch (spotted by George Yoshida) 2006-03-01 12:43:53 +00:00
veryhigh.tex improve the very-high-level API docs (contributed by Jeff Epler) 2004-03-25 15:44:56 +00:00