[issue1390197] tempfile misses usecase which requirs renaming

2010-08-21 Thread Éric Araujo
Éric Araujo added the comment: Maybe #8828 or #8604 are what you’re looking for. -- nosy: +eric.araujo ___ Python tracker ___ ___ P

[issue1390197] tempfile misses usecase which requirs renaming

2010-08-21 Thread Georg Brandl
Georg Brandl added the comment: Closing due to questionable usecase. -- nosy: +georg.brandl resolution: -> rejected status: open -> closed ___ Python tracker ___

[issue1390197] tempfile misses usecase which requirs renaming

2008-06-03 Thread Giampaolo Rodola'
Giampaolo Rodola' <[EMAIL PROTECTED]> added the comment: If you mean "renaming the temporary file while it is still opened" I see 2 reasons for not doing that: - On Windows this is not possible since files remains locked as long as you close() them. - open().name and tempfile.NamedTemporaryFile