[issue14243] NamedTemporaryFile usability request

2012-03-09 Thread Dave Abrahams
New submission from Dave Abrahams d...@boostpro.com: NamedTemporaryFile is too hard to use portably when you need to open the file by name after writing it. To do that, you need to close the file first (on Windows), which means you have to pass delete=False, which in turn means that you get

[issue14243] NamedTemporaryFile usability request

2012-03-09 Thread Eric V. Smith
Changes by Eric V. Smith e...@trueblade.com: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14243 ___ ___ Python-bugs-list