[issue7763] (C API) PyUnicode_Tailmatch documentation

2010-01-23 Thread Georg Brandl
Georg Brandl added the comment: Duplicate of #7762. -- resolution: -> duplicate status: open -> closed superseder: -> (C API) PyUnicode_Tailmatch documentation ___ Python tracker _

[issue7763] (C API) PyUnicode_Tailmatch documentation

2010-01-22 Thread July Tikhonov
New submission from July Tikhonov : It mentions "Return value: New reference.", but I have no idea of what it can mean in this function, since the return type is 'int'. http://docs.python.org/dev/py3k/c-api/unicode.html#PyUnicode_Tailmatch -- assignee: georg.brandl components: Document