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 christian.heimes
Recipients christian.heimes
Date 2007-10-23.21:22:20
SpamBayes Score 0.028362064
Marked as misclassified No
Message-id <1193174541.45.0.8073399338.issue1318@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't stand the compiler warnings any more. :)

The patch removes os.tmpnam() and os.tempnam() from the posix module. It
also updates the docs and tests. TMP_MAX is kept for the tempfile
module. I haven't figured out how to remove the defines from pyconfig.h.
I guess they are always added by autoconf/automake.
Files
File name Uploaded
py3k_remove_os_tmpnam.patch christian.heimes, 2007-10-23.21:22:20
History
Date User Action Args
2007-10-23 21:22:21christian.heimessetspambayes_score: 0.0283621 -> 0.028362064
recipients: + christian.heimes
2007-10-23 21:22:21christian.heimessetspambayes_score: 0.0283621 -> 0.0283621
messageid: <1193174541.45.0.8073399338.issue1318@psf.upfronthosting.co.za>
2007-10-23 21:22:21christian.heimeslinkissue1318 messages
2007-10-23 21:22:20christian.heimescreate