]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove dots in \version{added,changed} arguments.
authorGeorg Brandl <georg@python.org>
Sun, 15 Jan 2006 07:55:42 +0000 (07:55 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 15 Jan 2006 07:55:42 +0000 (07:55 +0000)
Doc/lib/emailutil.tex
Doc/lib/libcmd.tex
Doc/lib/libfuncs.tex
Doc/lib/libos.tex
Doc/lib/librandom.tex
Doc/ref/ref2.tex

index 3532273db9bdad3b6eef9ff4f53cacfbdb75e639..491a2b9d0ab8f69420b23aaf43bb953ba292d792 100644 (file)
@@ -148,10 +148,10 @@ sequence of 2-tuples containing elements of the form
 \end{funcdesc}
 
 \versionchanged[The \function{dump_address_pair()} function has been removed;
-use \function{formataddr()} instead.]{2.4}
+use \function{formataddr()} instead]{2.4}
 
 \versionchanged[The \function{decode()} function has been removed; use the
-\method{Header.decode_header()} method instead.]{2.4}
+\method{Header.decode_header()} method instead]{2.4}
 
 \versionchanged[The \function{encode()} function has been removed; use the
-\method{Header.encode()} method instead.]{2.4}
+\method{Header.encode()} method instead]{2.4}
index ce01d240e33311e70db10098fb4c09c133ad4b7d..661eb9e45ca372a3104992912b49087a629688b4 100644 (file)
@@ -29,7 +29,7 @@ input and output file objects that the Cmd instance or subclass
 instance will use for input and output. If not specified, they
 will default to \var{sys.stdin} and \var{sys.stdout}.
 
-\versionchanged[The \var{stdin} and \var{stdout} parameters were added.]{2.3}
+\versionchanged[The \var{stdin} and \var{stdout} parameters were added]{2.3}
 \end{classdesc}
 
 \subsection{Cmd Objects}
index c2bea2c84a74c5b6fafb65ccc6c7fa67fd5deb6e..b781c38fa814bbaa99e645eb1fc231f0b2abead2 100644 (file)
@@ -510,7 +510,7 @@ class C:
 \begin{funcdesc}{hex}{x}
   Convert an integer number (of any size) to a hexadecimal string.
   The result is a valid Python expression.
-  \versionchanged[Formerly only returned an unsigned literal.]{2.4}
+  \versionchanged[Formerly only returned an unsigned literal]{2.4}
 \end{funcdesc}
 
 \begin{funcdesc}{id}{object}
@@ -670,7 +670,7 @@ class C:
 \begin{funcdesc}{oct}{x}
   Convert an integer number (of any size) to an octal string.  The
   result is a valid Python expression.
-  \versionchanged[Formerly only returned an unsigned literal.]{2.4}
+  \versionchanged[Formerly only returned an unsigned literal]{2.4}
 \end{funcdesc}
 
 \begin{funcdesc}{open}{filename\optional{, mode\optional{, bufsize}}}
@@ -1133,7 +1133,7 @@ class C(B):
 
   \versionchanged[Formerly, \function{zip()} required at least one argument
   and \code{zip()} raised a \exception{TypeError} instead of returning
-  an empty list.]{2.4}
+  an empty list]{2.4}
 \end{funcdesc}
 
 
index 72513cdfd449b2b35448ee19366d48e52f760dbb..ee7635ca92361afaa0547b62c298ef087aca5519 100644 (file)
@@ -790,7 +790,7 @@ directory.
 Availability: Macintosh, \UNIX, Windows.
 
 \versionchanged[On Windows NT/2k/XP and Unix, if \var{path} is a Unicode
-object, the result will be a list of Unicode objects.]{2.3}
+object, the result will be a list of Unicode objects]{2.3}
 \end{funcdesc}
 
 \begin{funcdesc}{lstat}{path}
index 1daac6144b0c59e4d7078b155b766df62f8582af..c5ae4190f316b0b85269ff1e58e9928e5bf04eb7 100644 (file)
@@ -97,7 +97,7 @@ Bookkeeping functions:
   \versionadded{2.1}
   \versionchanged[Instead of jumping to a specific state, \var{n} steps
   ahead, \method{jumpahead(\var{n})} jumps to another state likely to be
-  separated by many steps.]{2.3}
+  separated by many steps]{2.3}
  \end{funcdesc}
 
 \begin{funcdesc}{getrandbits}{k}
index af79e4d7b0f38e11151fab5260347b396d6cba43..34e8a9e1ab44687d2645ec28cdcf2cdf5e0d2464 100644 (file)
@@ -9,7 +9,7 @@ chapter describes how the lexical analyzer breaks a file into tokens.
 
 Python uses the 7-bit \ASCII{} character set for program text.
 \versionadded[An encoding declaration can be used to indicate that 
-string literals and comments use an encoding different from ASCII.]{2.3}
+string literals and comments use an encoding different from ASCII]{2.3}
 For compatibility with older versions, Python only warns if it finds
 8-bit characters; those warnings should be corrected by either declaring
 an explicit encoding, or using escape sequences if those bytes are binary