This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mishok13
Recipients mishok13
Date 2008-12-14.17:34:41
SpamBayes Score 0.0039858236
Marked as misclassified No
Message-id <1229276083.72.0.194776097767.issue4662@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-12-14 17:34:43mishok13setrecipients: + mishok13
2008-12-14 17:34:43mishok13setmessageid: <1229276083.72.0.194776097767.issue4662@psf.upfronthosting.co.za>
2008-12-14 17:34:42mishok13linkissue4662 messages
2008-12-14 17:34:42mishok13create