[Patches] [ python-Patches-435492 ] tempnam(),tmpfile(),tmpnam() for Windows

noreply@sourceforge.net noreply@sourceforge.net
Tue, 17 Jul 2001 13:41:40 -0700


Patches item #435492, was opened at 2001-06-22 08:47
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=435492&group_id=5470

Category: Windows
Group: None
>Status: Closed
Resolution: Accepted
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: tempnam(),tmpfile(),tmpnam() for Windows

Initial Comment:
This patch makes os.tempnam(), os.tmpfile(), and
os.tmpnam() available on Windows.  (And yes, I tested
that the Windows version still compiles!)

A user noted that the documentation did not indicate
constrained availability, but these functions were not
available -- appearantly he was on running Windows or
MacOS.

----------------------------------------------------------------------

>Comment By: Fred L. Drake, Jr. (fdrake)
Date: 2001-07-17 13:41

Message:
Logged In: YES 
user_id=3066

Checked in as PC/config.h revision 1.56 and
Modules/posixmodule.c revision 2.193.

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2001-07-17 13:00

Message:
Logged In: YES 
user_id=31435

Accepted and back to Fred, with the caution that I have no 
idea whether these functions work "as expected" on Windows, 
and that Fred noted by voice that we really have no tests 
for posixmodule functions.  The patch looks fine, though.

----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=435492&group_id=5470