[Biopython-dev] [Bug 2418] New: SyntaxError should be ValueError
    bugzilla-daemon at portal.open-bio.org 
    bugzilla-daemon at portal.open-bio.org
       
    Mon Dec 10 01:18:50 UTC 2007
    
    
  
http://bugzilla.open-bio.org/show_bug.cgi?id=2418
           Summary: SyntaxError should be ValueError
           Product: Biopython
           Version: 1.44
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main Distribution
        AssignedTo: biopython-dev at biopython.org
        ReportedBy: mdehoon at ims.u-tokyo.ac.jp
Biopython now has SyntaxErrors all over the place. Most if not all of these
should be ValueErrors. SyntaxErrors are appropriate if there is a syntax
problem in the code itself, not (as it's used in Biopython) if there is a
syntax problem in an input data file.
-- 
Configure bugmail: http://bugzilla.open-bio.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
    
    
More information about the Biopython-dev
mailing list