1. 04 Nis, 2006 2 kayıt (commit)
    • Jeremy Hylton's avatar
      Add lineno, col_offset to excephandler to enable future fix for · 2f327c14
      Jeremy Hylton yazdı
      tracing/line number table in except blocks.
      
      Reflow long lines introduced by col_offset changes.  Update test_ast
      to handle new fields in excepthandler.
      
      As note in Python.asdl says, we might want to rethink how attributes
      are handled.  Perhaps they should be the same as other fields, with
      the primary difference being how they are defined for all types within
      a sum.
      
      Also fix asdl_c so that constructors with int fields don't fail when
      passed a zero value.
      2f327c14
    • David Goodger's avatar
      added another example of Unicode CSV parsing; reworked the example text a bit;… · cb30f97b
      David Goodger yazdı
      added another example of Unicode CSV parsing; reworked the example text a bit; corrected notice in the intro and added a link to the examples
      cb30f97b
  2. 03 Nis, 2006 38 kayıt (commit)