[Patches] [ python-Patches-1243081 ] repair typos

SourceForge.net noreply at sourceforge.net
Fri Jul 22 20:41:36 CEST 2005


Patches item #1243081, was opened at 2005-07-22 16:18
Message generated for change (Comment added) made by birkenfeld
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1243081&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Documentation
Group: Python 2.4
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Reinhold Birkenfeld (birkenfeld)
Summary: repair typos

Initial Comment:
This patch fixes a bunch of typos.

- Doc/lib/libsets.tex
  The built-in versions do not have a _repr(sort=True) 
method
  sort -> sorted.  Refer to Lib/sets.py.

- Doc/lib/libsets.tex
  because it the one supported by the builtin set() and 
frozenset() types. 
  because it *is* the one ...

- Doc/whatsnew/whatsnew25.tex
  a \method{extractall()} method that extracts
  an \method{extractall()} ...

- compatability -> compatibility
  Yes, google has 663000 hits of compatability, but at 
least in the Python  documentation, compatibility is 
used about 100 times more frequently than 
compatability, so this change will make the wording 
more consistent.
  Many files are affected.

Attached a patch for CVS HEAD and release24-maint.

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

>Comment By: Reinhold Birkenfeld (birkenfeld)
Date: 2005-07-22 20:41

Message:
Logged In: YES 
user_id=1188172

Done!

Checking in Modules/cjkcodecs/_codecs_jp.c;
new revision: 1.2; previous revision: 1.1
Checking in Misc/NEWS;
new revision: 1.1321; previous revision: 1.1320
Checking in Lib/plat-mac/macostools.py;
new revision: 1.5; previous revision: 1.4
Checking in Lib/plat-mac/aetypes.py;
new revision: 1.8; previous revision: 1.7
Checking in Lib/idlelib/ChangeLog;
new revision: 1.6; previous revision: 1.5
Checking in Include/objimpl.h;
new revision: 2.61; previous revision: 2.60
Checking in Doc/lib/libsets.tex;
new revision: 1.19; previous revision: 1.18
Checking in Doc/lib/libfuncs.tex;
new revision: 1.185; previous revision: 1.184
Checking in Doc/whatsnew/whatsnew25.tex;
new revision: 1.14; previous revision: 1.13

Checking in Modules/cjkcodecs/_codecs_jp.c;
new revision: 1.1.4.1; previous revision: 1.1
Checking in Misc/NEWS;
new revision: 1.1193.2.65; previous revision: 1.1193.2.64
Checking in Lib/plat-mac/macostools.py;
new revision: 1.4.4.1; previous revision: 1.4
Checking in Lib/plat-mac/aetypes.py;
new revision: 1.7.4.1; previous revision: 1.7
Checking in Lib/idlelib/ChangeLog;
new revision: 1.5.12.1; previous revision: 1.5
Checking in Include/objimpl.h;
new revision: 2.60.4.1; previous revision: 2.60
Checking in Doc/lib/libsets.tex;
new revision: 1.15.4.4; previous revision: 1.15.4.3
Checking in Doc/lib/libfuncs.tex;
new revision: 1.175.2.5; previous revision: 1.175.2.4

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

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


More information about the Patches mailing list