Menu

#41 Python string exceptions no more allowed in Python 2.6

v3.0.6
closed-out-of-date
nobody
None
5
2012-10-01
2010-06-11
phobie
No

raise "somestring" statements are not allowed in Python 2.6.
The attached patch fixes three occurrences.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585248

Discussion

  • phobie

    phobie - 2010-06-11

    patch string exceptions to ValueError and OSError

     
  • phobie

    phobie - 2012-10-01

    Fixed in 3.0.7 (2011-05-26)

     
  • phobie

    phobie - 2012-10-01
    • milestone: --> v3.0.6
    • status: open --> closed-fixed
     
  • phobie

    phobie - 2012-10-01
    • status: closed-fixed --> closed-out-of-date
     

Log in to post a comment.