Added support for printing all fingerprints of .debian.org hosts.
authorjoey <>
Sun, 23 Jan 2005 11:44:21 +0000 (11:44 +0000)
committerjoey <>
Sun, 23 Jan 2005 11:44:21 +0000 (11:44 +0000)
commit8bedb26f6cfb5410fdfee34a78ff4644f6d5ced0
tree46eed264b9c330bd110a24b79ce2066b7687855f
parent5335eb0fbeb3600dfcffe9082b9c4f88ad21333b
Added support for printing all fingerprints of .debian.org hosts.

CalcTempFile() is a kludge to work around a gross bug or lack in
Python prior to 2.3.  It can be implemented much more elegantly when
there is an mkstemp() function:

   from tempfile import mkstemp
   (fd, name) = mkstemp()
   os.close(fd)
   return name
ud-host