• Tim Peters's avatar
    Teach PyString_FromFormat, PyErr_Format, and PyString_FromFormatV · 8931ff1f
    Tim Peters yazdı
    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).
    8931ff1f
Adı
Son kayıt (commit)
Son güncelleme
..
abstract.tex Loading commit data...
api.tex Loading commit data...
concrete.tex Loading commit data...
exceptions.tex Loading commit data...
init.tex Loading commit data...
intro.tex Loading commit data...
memory.tex Loading commit data...
newtypes.tex Loading commit data...
refcounting.tex Loading commit data...
refcounts.dat Loading commit data...
utilities.tex Loading commit data...
veryhigh.tex Loading commit data...