[Patches] [ python-Patches-819012 ] Fix for former/latter confusion in Extending documentation

SourceForge.net noreply at sourceforge.net
Mon Oct 6 23:21:55 EDT 2003


Patches item #819012, was opened at 2003-10-07 16:21
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=819012&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Tony Meyer (anadelonbrin)
Assigned to: Nobody/Anonymous (nobody)
Summary: Fix for former/latter confusion in Extending documentation

Initial Comment:
Section 1.10 ("Reference Counts" in Extending Python) 
has this:
"In C++, the operators new and delete are used with 
essentially the same meaning and we'll restrict the 
following discussion to the latter."

However, the following discussion uses malloc() and free
() (i.e. "the former"), not new and delete.  Either this 
should be corrected to say "the former" (as with the 
attached one line patch), or the whole section should be 
corrected to use new and delete.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=819012&group_id=5470



More information about the Patches mailing list