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 loewis
Recipients
Date 2001-11-30.12:33:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

Before they can be dropped, they must be deprecated. In this
case, I see no real reason to deprecate them: They produce a
warning indicating a potential problem. For some
applications, there may not be a problem at all, e.g. if
they write the temporary files to a directory where nobody
else has write access, or if they open the temporary file
with O_EXCL.

There *are* ways to use tempnam safely. I don't think we
should change Python just because of a stupid linker warning
(which isn't stupid in general, since it made you aware of
the problem - but it is unfortunate that it cannot be turned
off).
History
Date User Action Args
2007-08-23 13:57:39adminlinkissue486434 messages
2007-08-23 13:57:39admincreate