This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Documentation for PyUnicode_TailMatch incorrrectly says it r
Type: Stage:
Components: Documentation Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: dcjim, rhettinger, tim.peters
Priority: normal Keywords:

Created on 2004-12-10 14:38 by dcjim, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (4)
msg23631 - (view) Author: Jim Fulton (dcjim) (Python triager) Date: 2004-12-10 14:38
nuf said ;)
msg23632 - (view) Author: Tim Peters (tim.peters) * (Python committer) Date: 2004-12-10 15:53
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 <wink>.
msg23633 - (view) Author: Jim Fulton (dcjim) (Python triager) Date: 2004-12-10 16:44
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.)
msg23634 - (view) Author: Raymond Hettinger (rhettinger) * (Python committer) Date: 2004-12-10 17:14
Logged In: YES 
user_id=80475

Fixed.  See Doc/api/concrete.tex 1.59 and 1.58.2.1.
History
Date User Action Args
2022-04-11 14:56:08adminsetgithub: 41305
2004-12-10 14:38:53dcjimcreate