Commit d42c419f authored by Guido van Rossum's avatar Guido van Rossum

Plug tempfile.mktemp() hole (Iustin Pop).

parent ddd70bcf
......@@ -435,6 +435,7 @@ Dan Pierson
Martijn Pieters
Franois Pinard
Michael Piotrowski
Iustin Pop
John Popplewell
Amrit Prem
Paul Prescod
......
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment