Task #10403 (closed)
Opened 6 years ago
Closed 6 years ago
Python bz2.BZ2File doesn't support with syntax in Python 2.6 and earlier
| Reported by: | spli | Owned by: | spli |
|---|---|---|---|
| Priority: | minor | Milestone: | Unscheduled |
| Component: | Services | Version: | n.a. |
| Keywords: | n.a. | Cc: | jburel, bpindelski |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | n.a. |
Description
See https://github.com/openmicroscopy/openmicroscopy/pull/728#issuecomment-13545014
https://github.com/manics/openmicroscopy/blob/81a319b6a004e1e9cdbbe7298a818d05643a9b5a/components/tools/OmeroPy/test/tablestest/backwards_compatibility.py
calls with bz2.BZ2File(file) as bzf: to load a compressed HDF5 test file. The bz2 module doesn't support this syntax with Python 2.6 or earlier.
Change History (1)
comment:1 Changed 6 years ago by spli
- Remaining Time changed from 0.2 to 0
- Resolution set to fixed
- Status changed from new to closed
stable: https://github.com/openmicroscopy/openmicroscopy/pull/753
develop: https://github.com/openmicroscopy/openmicroscopy/pull/728