Message 56760 - Python tracker
Message56760
| Author | gvanrossum |
|---|---|
| Recipients | christian.heimes, gvanrossum, loewis |
| Date | 2007-10-25.23:00:33 |
| SpamBayes Score | 0.08280528 |
| Marked as misclassified | No |
| Message-id | <ca471dc20710251600p7b91470fr5e0323439c8faf49@mail.gmail.com> |
| In-reply-to | <47211E10.9050005@cheimes.de> |
| Content | |
|---|---|
2007/10/25, Christian Heimes <report@bugs.python.org>: > I can do that for you. But I still believe that os.tmpfile() works > different than tempfile.mkstemp(). The former returns a file descriptor > of a file w/o directory entry and the later a file in tempfile.tempdir. True. But tempfile.TemporaryFile() returns a temp file without a name. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-10-25 23:00:33 | gvanrossum | set | spambayes_score: 0.0828053 -> 0.08280528 recipients: + gvanrossum, loewis, christian.heimes |
| 2007-10-25 23:00:33 | gvanrossum | link | issue1318 messages |
| 2007-10-25 23:00:33 | gvanrossum | create | |