- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 5.7k
Closed
Labels
breakingThis change will break codeThis change will break codehelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestsystem:windowsAffects only WindowsAffects only Windows
Milestone

Description
As noted by @tkelman.  tempname on Windows does not mean the same thing that it means on *NIX.  For *NIX, the relevant docs state that; "The tmpnam() and tempnam() functions return a pointer to a file name on success, and a null pointer on error", while on Windows; "Creates a name for a temporary file. If a unique file name is generated, an empty file is created and the handle to it is released; otherwise, only a file name is generated".  Should we accept this discrepancy as a part of our API?
Metadata
Metadata
Assignees
Labels
breakingThis change will break codeThis change will break codehelp wantedIndicates that a maintainer wants help on an issue or pull requestIndicates that a maintainer wants help on an issue or pull requestsystem:windowsAffects only WindowsAffects only Windows
