Modify ↓
#12569 closed enhancement (fixed)
Refactor codebase to use contextlib.closing
Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Milestone: | 1.3.1 |
Component: | general | Version: | |
Severity: | normal | Keywords: | refactoring |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Refactored code to use |
Description
There are several places that we can use contextlib.closing.
Attachments (0)
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Release Notes: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Committed to trunk in [15095:15097].
comment:3 by , 5 years ago
Note:
See TracTickets
for help on using tickets.
Proposed changes in log:rjollos.git:t12569_contextlib_closing.