Switched back to TemporaryFile when auto_delete = True
commit129a73937fe2df29ffba5b6bd8e28f2f0987fe51
authorThomas Leonard <talex5@gmail.com>
Thu, 21 Jun 2012 18:40:45 +0000 (21 19:40 +0100)
committerThomas Leonard <talex5@gmail.com>
Thu, 21 Jun 2012 18:40:45 +0000 (21 19:40 +0100)
treef807e6d0ae8d9ed53baf8d6eab907d24e2acbd15
parent809059263721db9eba784ae02d9ce2674427fdc8
Switched back to TemporaryFile when auto_delete = True

TemporaryFile is cleaned up automatically by the OS, whereas NamedTemporaryFile
isn't.
zeroinstall/injector/download.py