DescriptionInstead of make a timestamp-based filename using strftime, just use tempfile.mkstemp(). It's safer, since the current working directory may not be writable. Also, we just got a bug report from someone using VS 2008 to build numpy; with that C runtime's implementation of strftime, the %s format code does not appear to be valid.
Patch Set 1 #
MessagesTotal messages: 2
|
|||||||||||||||||||