[Python-checkins] python/dist/src/Doc/whatsnew whatsnew20.tex, 1.52, 1.52.2.1 whatsnew21.tex, 1.33, 1.33.4.1 whatsnew23.tex, 1.166, 1.166.2.1 whatsnew24.tex, 1.118, 1.118.2.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Jan 1 01:35:00 CET 2005


Update of /cvsroot/python/python/dist/src/Doc/whatsnew
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5382/whatsnew

Modified Files:
      Tag: release24-maint
	whatsnew20.tex whatsnew21.tex whatsnew23.tex whatsnew24.tex 
Log Message:
SF Patch #1093896:  miscellaneous doc typos



Index: whatsnew20.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew20.tex,v
retrieving revision 1.52
retrieving revision 1.52.2.1
diff -u -d -r1.52 -r1.52.2.1
--- whatsnew20.tex	11 Nov 2004 06:14:05 -0000	1.52
+++ whatsnew20.tex	1 Jan 2005 00:34:56 -0000	1.52.2.1
@@ -642,7 +642,7 @@
 \url{http://starship.python.net/crew/mhammond/ce/} for more
 information.
 
-Another new platform is Darwin/MacOS X; inital support for it is in
+Another new platform is Darwin/MacOS X; initial support for it is in
 Python 2.0.  Dynamic loading works, if you specify ``configure
 --with-dyld --with-suffix=.x''.  Consult the README in the Python
 source distribution for more instructions.
@@ -908,8 +908,8 @@
 configuration files, which only really work on Unix and leave Windows
 and MacOS unsupported.  Python users faced wildly differing
 installation instructions which varied between different extension
-packages, which made adminstering a Python installation something of a
-chore.
+packages, which made administering a Python installation something of 
+a chore.
 
 The SIG for distribution utilities, shepherded by Greg Ward, has
 created the Distutils, a system to make package installation much

Index: whatsnew21.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew21.tex,v
retrieving revision 1.33
retrieving revision 1.33.4.1
diff -u -d -r1.33 -r1.33.4.1
--- whatsnew21.tex	2 Jun 2004 15:33:59 -0000	1.33
+++ whatsnew21.tex	1 Jan 2005 00:34:56 -0000	1.33.4.1
@@ -203,7 +203,7 @@
 
 (The magic methods are named after the corresponding Fortran operators
 \code{.LT.}. \code{.LE.}, \&c.  Numeric programmers are almost
-certainly quite familar with these names and will find them easy to
+certainly quite familiar with these names and will find them easy to
 remember.)
  
 Each of these magic methods is of the form \code{\var{method}(self,

Index: whatsnew23.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew23.tex,v
retrieving revision 1.166
retrieving revision 1.166.2.1
diff -u -d -r1.166 -r1.166.2.1
--- whatsnew23.tex	11 Nov 2004 06:14:05 -0000	1.166
+++ whatsnew23.tex	1 Jan 2005 00:34:56 -0000	1.166.2.1
@@ -2223,7 +2223,7 @@
 
 On MacOS, most toolbox modules have been weaklinked to improve
 backward compatibility.  This means that modules will no longer fail
-to load if a single routine is missing on the curent OS version.
+to load if a single routine is missing on the current OS version.
 Instead calling the missing routine will raise an exception.
 (Contributed by Jack Jansen.)
 

Index: whatsnew24.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/whatsnew/whatsnew24.tex,v
retrieving revision 1.118
retrieving revision 1.118.2.1
diff -u -d -r1.118 -r1.118.2.1
--- whatsnew24.tex	25 Nov 2004 01:15:25 -0000	1.118
+++ whatsnew24.tex	1 Jan 2005 00:34:56 -0000	1.118.2.1
@@ -1489,7 +1489,7 @@
 In order to store cookies across sessions, two implementations of
 cookie jars are provided: one that stores cookies in the Netscape
 format so applications can use the Mozilla or Lynx cookie files, and
-one that stores cookies in the same format as the Perl libwww libary.
+one that stores cookies in the same format as the Perl libwww library.
 
 \module{urllib2} has been changed to interact with \module{cookielib}:
 \class{HTTPCookieProcessor} manages a cookie jar that is used when



More information about the Python-checkins mailing list