[issue5338] Typo in Python/C API sect 1.2.1
New submission from Ruth Aydt : In Section 1.2.1 of the 2.6.1 Python/C API documentation, I believe there is a typo. First sentence in second paragraph in "Reference Count Details" subsection. "... function passes it a reference..." should be "... function passes in a reference..." -- assignee: georg.brandl components: Documentation messages: 82571 nosy: aydt, georg.brandl severity: normal status: open title: Typo in Python/C API sect 1.2.1 versions: Python 2.6 ___ Python tracker <http://bugs.python.org/issue5338> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5339] Typo in Python/C API Chapter 2
New submission from Ruth Aydt : Python/C API Documentation for 2.6.1 Chapter 2, 3rd paragraph. "On particular issue..." should be "One particular issue..." -- assignee: georg.brandl components: Documentation messages: 82572 nosy: aydt, georg.brandl severity: normal status: open title: Typo in Python/C API Chapter 2 versions: Python 2.6 ___ Python tracker <http://bugs.python.org/issue5339> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5417] Reference to missing(?) function in Extending & Embedding Document
New submission from Ruth Aydt : Section 1.6 "Calling Python Functions from C" in the Extending and Embedding Python, 2.6.1 guide talks about "PyEval_CallObject". But, I can't find it anywhere else in the 2.6 doc set. I did see in PEP 3100 that the function is to be removed in 3.0. I suspect section 1.6 in doc needs to be updated to use a different function in the example & text. -- assignee: georg.brandl components: Documentation messages: 83134 nosy: aydt, georg.brandl severity: normal status: open title: Reference to missing(?) function in Extending & Embedding Document versions: Python 2.6 ___ Python tracker <http://bugs.python.org/issue5417> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com