mirror of
https://github.com/python/cpython.git
synced 2025-09-25 01:43:11 +00:00
Plug tempfile.mktemp() hole (Iustin Pop).
This commit is contained in:
parent
b256159396
commit
967b063add
2 changed files with 4 additions and 0 deletions
|
@ -435,6 +435,7 @@ Dan Pierson
|
||||||
Martijn Pieters
|
Martijn Pieters
|
||||||
François Pinard
|
François Pinard
|
||||||
Michael Piotrowski
|
Michael Piotrowski
|
||||||
|
Iustin Pop
|
||||||
John Popplewell
|
John Popplewell
|
||||||
Amrit Prem
|
Amrit Prem
|
||||||
Paul Prescod
|
Paul Prescod
|
||||||
|
|
|
@ -104,6 +104,9 @@ Extension modules
|
||||||
Library
|
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
|
- heapq.py has been converted to C for improved performance
|
||||||
|
|
||||||
- traceback.format_exc has been added (similar to print_exc but it returns
|
- traceback.format_exc has been added (similar to print_exc but it returns
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue