[issue5417] Reference to missing(?) function in Extending & Embedding Document

2009-03-04 Thread Ruth Aydt
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

[issue5339] Typo in Python/C API Chapter 2

2009-02-21 Thread Ruth Aydt
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: norma

[issue5338] Typo in Python/C API sect 1.2.1

2009-02-21 Thread Ruth Aydt
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 "... funct