]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 20:04:52 +0000 (20:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 20:04:52 +0000 (20:04 +0000)
commitb06146159600b5d9daaf1caf49db43b627ff759f
treef9e711d2aad67713bd1e31f128bcdfdd223ccead
parentf11d1832ec6aa06b3eeea67724d9d1ae42ea88a2
Issue #4662: os.tempnam(), os.tmpfile() and os.tmpnam() now raise a py3k
DeprecationWarning.
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c