R. David Murray <rdmur...@bitdance.com> added the comment:

Well, fixing NamedTemporaryFile in either of the ways we've discussed isn't 
going to fix people writing non-portable code.  A unix coder isn't necessarily 
going to close the file before reading it.  However, it would at least 
significantly increase the odds that the code would be portable, while the 
current situation *ensures* that the code is not portable.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14243>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to