[Python-bugs-list] [ python-Bugs-532807 ] References to misspelt API function name

noreply@sourceforge.net noreply@sourceforge.net
Wed, 20 Mar 2002 15:43:09 -0800


Bugs item #532807, was opened at 2002-03-20 15:32
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=532807&group_id=5470

Category: Documentation
Group: Python 2.2
>Status: Deleted
>Resolution: Invalid
Priority: 5
Submitted By: Martin Miller (mrmiller)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: References to misspelt API function name

Initial Comment:
On the web page at <http://www.python.org/doc/current/ext/parseTuple.html> there are a 
number of references to the API function named "PyMem_NEW()," which is incorrect. This 
function's name is spelled "PyMem_New()", from section 9.2 in the API documentation.



----------------------------------------------------------------------

>Comment By: Martin Miller (mrmiller)
Date: 2002-03-20 15:43

Message:
Logged In: YES 
user_id=257085

Sorry, I see there is a macro named PyMem_NEW, which must be what the documentation is talking about.



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=105470&aid=532807&group_id=5470