BUG: buffer: allow alignment characters also in the middle of buffer format strings...
authorPauli Virtanen <pav@iki.fi>
Fri, 1 Apr 2011 19:03:59 +0000 (21:03 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 16 Apr 2011 16:16:33 +0000 (18:16 +0200)
commite51f9ed0feb9fd9825f1c5864f65908889d9e8fa
tree928471523dd9069a31fe6a98f648e17b0484a0e9
parent121f29674b8f022d6e789ffc246f4d2b142c0784
BUG: buffer: allow alignment characters also in the middle of buffer format strings (#630)

Small fix was needed to make the buffer string parsing handle this case
correctly.
Cython/Compiler/Buffer.py
tests/run/buffmt.pyx
tests/run/numpy_test.pyx