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
d42c419f
Commit
d42c419f
authored
Nov 10, 2003
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Plug tempfile.mktemp() hole (Iustin Pop).
parent
ddd70bcf
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
Misc/ACKS
Misc/ACKS
+1
-0
Misc/NEWS
Misc/NEWS
+3
-0
No files found.
Misc/ACKS
View file @
d42c419f
...
...
@@ -435,6 +435,7 @@ Dan Pierson
Martijn Pieters
Franois Pinard
Michael Piotrowski
Iustin Pop
John Popplewell
Amrit Prem
Paul Prescod
...
...
Misc/NEWS
View file @
d42c419f
...
...
@@ -104,6 +104,9 @@ Extension modules
Library
-------
-
Plugged
a
minor
hole
in
tempfile
.
mktemp
()
due
to
the
use
of
os
.
path
.
exists
(),
switched
to
using
os
.
lstat
()
directly
if
possible
.
-
heapq
.
py
has
been
converted
to
C
for
improved
performance
-
traceback
.
format_exc
has
been
added
(
similar
to
print_exc
but
it
returns
...
...
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