[issue4662] posix module lacks several DeprecationWarning's

Andrii V. Mishkovskyi report at bugs.python.org
Sun Dec 14 21:47:26 CET 2008


Andrii V. Mishkovskyi <mishok13 at gmail.com> added the comment:

I've missed one simple thing -- posix.getcwdu has been renamed to
posix.getcwd in 3.0, so adding Py3k deprecation warning to this function
is not really needed. Instead a fix for this should be added to the list
of 2to3 fixes.
I've also fixed the warnings according to Martin's proposal and updated
the patch.

Added file: http://bugs.python.org/file12356/posixmodule.patch

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


More information about the Python-bugs-list mailing list