Opened at 2015-05-26T17:20:01Z
Last modified at 2015-05-27T00:20:16Z
#2433 closed defect
dead code: NamedTemporaryDirectory — at Initial Version
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
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™.
Note: See
TracTickets for help on using
tickets.