#2433 closed defect (fixed)
dead code: NamedTemporaryDirectory — at Version 5
Reported by: | zooko | Owned by: | daira |
---|---|---|---|
Priority: | minor | Milestone: | 1.10.1 |
Component: | code | Version: | 1.10.0 |
Keywords: | cleanup dead-code | Cc: | |
Launchpad Bug: |
Description (last modified by daira)
Looking at #2432, I noticed that NamedTemporaryDirectory is unused except for its unit test.
Now, the newer version of NamedTemporaryDirectory over in pyutil has an added feature — automatically call .close() on children when shutting down — which might be useful on Windows, but probably isn't. In any case, let's remove this older and unused version of NamedTemporaryDirectory from Tahoe-LAFS™.
Change History (5)
comment:1 Changed at 2015-05-26T17:21:48Z by zooko
comment:2 Changed at 2015-05-26T18:22:29Z by Zooko <zookog@…>
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed at 2015-05-27T00:00:06Z by daira
- Milestone changed from undecided to 1.10.1
comment:4 Changed at 2015-05-27T00:00:39Z by daira
- Component changed from unknown to code
- Keywords cleanup dead-code added
- Priority changed from normal to minor
comment:5 Changed at 2015-05-27T00:05:11Z by daira
- Description modified (diff)
Note: See
TracTickets for help on using
tickets.
https://github.com/tahoe-lafs/tahoe-lafs/pull/169