Bug #266
Remove any wildcard exception handling
| Status: | New | Start date: | 04/12/2010 | |
|---|---|---|---|---|
| Priority: | High | Due date: | 04/17/2010 | |
| Assignee: | - | % Done: | 0% | |
| Category: | Code | Estimated time: | 0.50 hour | |
| Target version: | 0.1.7 |
Description
Replace
try:
...
except:
...
with:
try:
...
except Exception:
...
wherever wildcard exception handling is absolutely necessary (encryption/decryption, encoding/decoding of server-client communication).
History
#1
Updated by George Notaras about 3 years ago
- Due date set to 04/17/2010
- Status changed from New to Assigned
- Assignee set to George Notaras
- Priority changed from Normal to High
- Target version set to 0.1.7
- Estimated time set to 0.50
#2
Updated by George Notaras about 2 years ago
- Status changed from Assigned to New
- Assignee deleted (
George Notaras)
