python / cpython

The Python programming language
https://www.python.org
Other
63.49k stars 30.41k forks source link

PyFile_WriteString has 2 args #34937

Closed aleaxit closed 23 years ago

aleaxit commented 23 years ago
BPO 449761
Nosy @freddrake, @aleaxit

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields: ```python assignee = 'https://github.com/freddrake' closed_at = created_at = labels = ['docs'] title = 'PyFile_WriteString has 2 args' updated_at = user = 'https://github.com/aleaxit' ``` bugs.python.org fields: ```python activity = actor = 'fdrake' assignee = 'fdrake' closed = True closed_date = None closer = None components = ['Documentation'] creation = creator = 'aleax' dependencies = [] files = [] hgrepos = [] issue_num = 449761 keywords = [] message_count = 2.0 messages = ['5873', '5874'] nosy_count = 2.0 nosy_names = ['fdrake', 'aleax'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = None url = 'https://bugs.python.org/issue449761' versions = [] ```

aleaxit commented 23 years ago

http://www.python.org/doc/current/api/fileObjects.html, and all equivalent pages in older docs, say that PyFile_WriteString has 3 arguments, but it only has 2 -

freddrake commented 23 years ago

Logged In: YES user_id=3066

Fixed in Doc/api/api.tex revision 1.137.