summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-01-15 07:55:42 (GMT)
committerGeorg Brandl <georg@python.org>2006-01-15 07:55:42 (GMT)
commit22df553878558dec45c5a03c69511a02124c2d18 (patch)
treeab42a4fbd5400f7fdbe21f0ed5a32e9330351b4c
parent387bffd94c7546d8cc54d52d710fd6dfdc8f6cae (diff)
downloadcpython-22df553878558dec45c5a03c69511a02124c2d18.zip
cpython-22df553878558dec45c5a03c69511a02124c2d18.tar.gz
cpython-22df553878558dec45c5a03c69511a02124c2d18.tar.bz2
Remove dots in \version{added,changed} arguments.
-rw-r--r--Doc/lib/emailutil.tex6
-rw-r--r--Doc/lib/libcmd.tex2
-rw-r--r--Doc/lib/libfuncs.tex6
-rw-r--r--Doc/lib/libos.tex2
-rw-r--r--Doc/lib/librandom.tex2
-rw-r--r--Doc/ref/ref2.tex2
6 files changed, 10 insertions, 10 deletions
diff --git a/Doc/lib/emailutil.tex b/Doc/lib/emailutil.tex
index 3532273..491a2b9 100644
--- a/Doc/lib/emailutil.tex
+++ b/Doc/lib/emailutil.tex
@@ -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}
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex
index ce01d24..661eb9e 100644
--- a/Doc/lib/libcmd.tex
+++ b/Doc/lib/libcmd.tex
@@ -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}
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex
index c2bea2c..b781c38 100644
--- a/Doc/lib/libfuncs.tex
+++ b/Doc/lib/libfuncs.tex
@@ -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}
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 72513cd..ee7635ca 100644
--- a/Doc/lib/libos.tex
+++ b/Doc/lib/libos.tex
@@ -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}
diff --git a/Doc/lib/librandom.tex b/Doc/lib/librandom.tex
index 1daac61..c5ae419 100644
--- a/Doc/lib/librandom.tex
+++ b/Doc/lib/librandom.tex
@@ -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}
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index af79e4d..34e8a9e 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -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