﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc
426,IndexError in parse_msg,guillaume@…,hodgestar,"I found a problem with the parse_msg version of Genshi 0.6; here's how to reproduce :

{{{
from genshi.filters.i18n import parse_msg
parse_msg(""""""[1:Title text :][2]
This message [3:will] crash $(the_function)s."""""")
}}}

{{{
Traceback (most recent call last):
  File ""<stdin>"", line 1, in ?
  File ""..../python2.4/site-packages/genshi/filters/i18n.py"", line 1143, in parse_msg
    parts.append((stack[-1], string))
}}}",defect,new,minor,0.9,Internationalization,0.6,,parse_msg review,
