]> granicus.if.org Git - python/commitdiff
(Merge 3.4) Closes #22580: Fix documentation of PyUnicode_Tailmatch()
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 09:11:49 +0000 (11:11 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 9 Oct 2014 09:11:49 +0000 (11:11 +0200)
The result type is Py_ssize_t (and not int).

1  2 
Doc/c-api/unicode.rst

Simple merge