#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™.

Change History (0)

Note: See TracTickets for help on using tickets.