[New-bugs-announce] [issue4662] posix module lacks several DeprecationWarning's

Andrii V. Mishkovskyi report at bugs.python.org
Sun Dec 14 18:34:43 CET 2008


New submission from Andrii V. Mishkovskyi <mishok13 at gmail.com>:

posix module lacks DeprecationWarning for the functions listed below:
tempnam, tmpfile, fdopen, getcwdu, popen, tmpnam
All of these are absent in 3.0, so I think adding DeprecationWarning to
all of them would be useful.
Attaching a straight-forward patch against latest trunk checkout.

----------
files: posixmodule.patch
keywords: patch
messages: 77810
nosy: mishok13
severity: normal
status: open
title: posix module lacks several DeprecationWarning's
versions: Python 2.6, Python 2.7
Added file: http://bugs.python.org/file12354/posixmodule.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4662>
_______________________________________


More information about the New-bugs-announce mailing list