Custom Query (2447 matches)
Results (253 - 255 of 2447)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#2141 | Fixed | 1.3.5 uses try/except incorrectly in two places | ||
Description |
I believe 1.3.5 uses try/except in a way that fails to catch one of the two listed exceptions, instead overwriting the second exception with detail related to the first. I believe this source of bugs is why try/except's syntax was changed slightly in 3.x. The syntax is fine, but I doubt it's doing what's intended. |
|||
#2142 | Fixed | 1.3.5 uses try/except incorrectly in two places | ||
Description |
I believe 1.3.5 uses try/except in a way that fails to catch one of the two listed exceptions, instead overwriting the second exception listed with detail related to the first. I believe this source of bugs is why try/except's syntax was changed slightly in Python 3.x. The syntax is fine, but I doubt it's doing what's intended. I've attached a diff that fixes the two bad try/except's by simply adding parentheses to form a tuple of exceptions. |
|||
#2488 | Duplicate | Deluge 1.3.7 at Windows not support unicode symbols in path when open torrent from explorer | ||
Description |
When open *.torrent file in explorer from has unicode symbol path, Deluge take error... |