Issue 1082944: Documentation for PyUnicode_TailMatch incorrrectly says it r (original) (raw)

Logged In: YES user_id=31435

Umm, no, you typed so much into the Summary box that it got truncated. It ends with "incorrectly says it r". I assume "r" started as "returns", but that's where my telepathy stalls .

Logged In: YES user_id=73023

Crap. SourceForge accepted a long title and then truncated it. :(

The Documentation for PyUnicode_TailMatch incorrrectly says it returns a PyObject pointer, which is incorrect. It returns an int.

(It doesn't mention error returns. I assume that, in absense of any statement, a return value of -1 indicates an error, as is standard.)