Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stefan Behnel (scoder)
Assigned to: Nobody/Anonymous (nobody)
Summary: Typo in spambayes/classifier.py
Initial Comment:
The "except" clause in line 609 of spambayes/classifier.py lacks parentheses. It should read
except (IOError, ValueError):
as in line 592. Line numbers refer to this file version: