Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
12d9da58
Commit
12d9da58
authored
Jan 09, 1998
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use \file{} instead of \code{} or ``\code{}'' to mark file & directory names
& name parts.
parent
8d0ff317
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libtempfile.tex
Doc/lib/libtempfile.tex
+3
-3
Doc/libtempfile.tex
Doc/libtempfile.tex
+3
-3
No files found.
Doc/lib/libtempfile.tex
View file @
12d9da58
...
...
@@ -28,7 +28,7 @@ are initialized at the first call to \code{mktemp()}.
When set to a value other than
\code
{
None
}
, this variable defines the
directory in which filenames returned by
\code
{
mktemp()
}
reside. The
default is taken from the environment variable
\code
{
TMPDIR
}
; if this
is not set, either
\
cod
e
{
/usr/tmp
}
is used (on
\UNIX
{}
), or the current
is not set, either
\
fil
e
{
/usr/tmp
}
is used (on
\UNIX
{}
), or the current
working directory (all other systems). No check is made to see
whether its value is valid.
\end{datadesc}
...
...
@@ -38,8 +38,8 @@ whether its value is valid.
When set to a value other than
\code
{
None
}
, this variable defines the
prefix of the final component of the filenames returned by
\code
{
mktemp()
}
. A string of decimal digits is added to generate
unique filenames. The default is either
``
\code
{
@
\var
{
pid
}
.
}
''
where
\var
{
pid
}
is the current process ID (on
\UNIX
{}
), or
``
\code
{
tmp
}
''
(all
unique filenames. The default is either
\file
{
@
\var
{
pid
}
.
}
where
\var
{
pid
}
is the current process ID (on
\UNIX
{}
), or
\file
{
tmp
}
(all
other systems).
\end{datadesc}
...
...
Doc/libtempfile.tex
View file @
12d9da58
...
...
@@ -28,7 +28,7 @@ are initialized at the first call to \code{mktemp()}.
When set to a value other than
\code
{
None
}
, this variable defines the
directory in which filenames returned by
\code
{
mktemp()
}
reside. The
default is taken from the environment variable
\code
{
TMPDIR
}
; if this
is not set, either
\
cod
e
{
/usr/tmp
}
is used (on
\UNIX
{}
), or the current
is not set, either
\
fil
e
{
/usr/tmp
}
is used (on
\UNIX
{}
), or the current
working directory (all other systems). No check is made to see
whether its value is valid.
\end{datadesc}
...
...
@@ -38,8 +38,8 @@ whether its value is valid.
When set to a value other than
\code
{
None
}
, this variable defines the
prefix of the final component of the filenames returned by
\code
{
mktemp()
}
. A string of decimal digits is added to generate
unique filenames. The default is either
``
\code
{
@
\var
{
pid
}
.
}
''
where
\var
{
pid
}
is the current process ID (on
\UNIX
{}
), or
``
\code
{
tmp
}
''
(all
unique filenames. The default is either
\file
{
@
\var
{
pid
}
.
}
where
\var
{
pid
}
is the current process ID (on
\UNIX
{}
), or
\file
{
tmp
}
(all
other systems).
\end{datadesc}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment