Bug 1298182 Comment 1 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

(In reply to Dana Keeler [:keeler] (use needinfo?) from comment #0)
>  0:06.31     for key, value in [(s.strip() for s in item.split('=', 2)) for
> item in content if item.find('=') >= 0]:

Try replacing that 2 with a 1.

Back to Bug 1298182 Comment 1