Home | History | Annotate | Download | only in test2to3
      1 def hello():
      2     try:
      3         print "Hello, world"
      4     except IOError, e:
      5         print e.errno
      6