diff options
author | Guido van Rossum <guido@python.org> | 2007-10-25 23:18:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2007-10-25 23:18:51 (GMT) |
commit | 687b9c0779d81714d8ad22157e8e0f5dfc88d904 (patch) | |
tree | e0d57e898a6ff10393d68862649d5538a328d71a /Misc | |
parent | edbcc1332f9d8e09fc7f511b6122c06b8dbd49c5 (diff) | |
download | cpython-687b9c0779d81714d8ad22157e8e0f5dfc88d904.zip cpython-687b9c0779d81714d8ad22157e8e0f5dfc88d904.tar.gz cpython-687b9c0779d81714d8ad22157e8e0f5dfc88d904.tar.bz2 |
Patch 1318 by Christian Heimes: remove os.tmpnam(), os.tempnam(),
and os.tmpfile().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -39,6 +39,9 @@ Library argument was being ignored if __loader__ is defined and forcing the source to be UTF-8. +- The methods `os.tmpnam()`, `os.tempnam()` and `os.tmpfile()` have been + removed in favor of the tempfile module. + What's New in Python 3.0a1? ========================== |