Bug #266

Remove any wildcard exception handling

Added by George Notaras about 3 years ago. Updated about 2 years ago.

Status:NewStart date:04/12/2010
Priority:HighDue date:04/17/2010
Assignee:-% Done:

0%

Category:CodeEstimated 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)

Also available in: Atom PDF