diff options
author | Fred Drake <fdrake@acm.org> | 2000-06-30 16:06:19 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-06-30 16:06:19 (GMT) |
commit | 30f76ffd0074b1d1c0f9fb946f43e5da8210328c (patch) | |
tree | 204294ba9a8e819e8307b0f664803673d7d03f71 /Doc/lib/libtempfile.tex | |
parent | 61b49b3d6bbc0daa31e476268b9560f4bbc912a8 (diff) | |
download | cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.zip cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.gz cpython-30f76ffd0074b1d1c0f9fb946f43e5da8210328c.tar.bz2 |
Update version numbering from 1.6 to 2.0.
Diffstat (limited to 'Doc/lib/libtempfile.tex')
-rw-r--r-- | Doc/lib/libtempfile.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libtempfile.tex b/Doc/lib/libtempfile.tex index d1bc011..b3e528b 100644 --- a/Doc/lib/libtempfile.tex +++ b/Doc/lib/libtempfile.tex @@ -63,7 +63,7 @@ over using the \code{template} variable directly. \end{funcdesc} \begin{datadesc}{template} -\deprecated{1.6}{Use \function{gettempprefix()} instead.} +\deprecated{2.0}{Use \function{gettempprefix()} instead.} When set to a value other than \code{None}, this variable defines the prefix of the final component of the filenames returned by \function{mktemp()}. A string of decimal digits is added to generate |