Message250217
The two cases are not parallel, in that NamedTemporaryFile closes the file at the end of the context manager, whereas the *only* thing the TemporaryDirectory does is delete the directory on cleanup.
There is some value to the "parallel interface" argument, so I'm only -0 on this. |
|
| Date |
User |
Action |
Args |
| 2015-09-08 15:31:48 | r.david.murray | set | recipients:
+ r.david.murray, Antony.Lee |
| 2015-09-08 15:31:48 | r.david.murray | set | messageid: <[email protected]> |
| 2015-09-08 15:31:48 | r.david.murray | link | issue25024 messages |
| 2015-09-08 15:31:48 | r.david.murray | create | |
|