Task #9027 (closed)
BUG: removing python 2.5+ semantics
| Reported by: | atarkowska | Owned by: | atarkowska |
|---|---|---|---|
| Priority: | minor | Milestone: | OMERO-4.4 |
| Component: | General | Version: | n.a. |
| Keywords: | n.a. | Cc: | |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | 0.0d |
| Sprint: | 2012-06-05 (16) |
Description
As we still need to support python 2.4 statements like:
try:
...
except:
...
finally:
...
becomes
try:
try:
...
except:
...
finally:
...
}}
Change History (3)
comment:1 Changed 7 years ago by atarkowska
- Status changed from new to accepted
comment:2 Changed 7 years ago by atarkowska
- Remaining Time changed from 0.1 to 0
- Status changed from accepted to closed
comment:3 Changed 7 years ago by Aleksandra Tarkowska <A.Tarkowska@…>
- Resolution set to fixed
Note: See
TracTickets for help on using
tickets.
You may also have a look at Agilo extensions to the ticket.
(In [f7407c58b2440dc10bfface126ef42788e85bf62/ome.git] on branch develop) changing try:except:finally block
to support python 2.4, close #9027