[Patches] [ python-Patches-1668482 ] don't use '-' and '_' in mkstemp

SourceForge.net noreply at sourceforge.net
Sun Feb 25 18:47:29 CET 2007


Patches item #1668482, was opened at 2007-02-25 18:47
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1668482&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Library (Lib)
Group: Python 2.5
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Arvin Schnell (arvins)
Assigned to: Nobody/Anonymous (nobody)
Summary: don't use '-' and '_' in mkstemp

Initial Comment:
I suggest to not use '-' and '_' in the filename
generated by mkstemp.  Without a prefix you end
up with filename that start with '-' witch are
clumsy to delete in the shell.

glibc's mkstemp also uses only alphanumerical
characters.


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

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


More information about the Patches mailing list