[New-bugs-announce] [issue1318] Remove os.tmpnam() and os.tempnam() [patch]

Christian Heimes report at bugs.python.org
Tue Oct 23 23:22:21 CEST 2007


New submission from Christian Heimes:

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.

----------
components: Documentation, Extension Modules
files: py3k_remove_os_tmpnam.patch
messages: 56693
nosy: tiran
severity: normal
status: open
title: Remove os.tmpnam() and os.tempnam() [patch]
type: resource usage
versions: Python 3.0
Added file: http://bugs.python.org/file8599/py3k_remove_os_tmpnam.patch

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1318>
__________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: py3k_remove_os_tmpnam.patch
Type: text/x-diff
Size: 9957 bytes
Desc: not available
Url : http://mail.python.org/pipermail/new-bugs-announce/attachments/20071023/8678788c/attachment-0001.patch 


More information about the New-bugs-announce mailing list