https://bugzilla.wikimedia.org/show_bug.cgi?id=49342

Merlijn van Deen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #12 from Merlijn van Deen <[email protected]> ---
Fixed by fully monkey-patching get_unstructured; the patch at bugs.python.org
adds the following lines:


if "=?" in tok and not tok.startswith("=?"):
    tok, rest = tok.split("=?", 1)
    remainder.insert(0, "=?" + rest)


which makes sure any "=?"'s are sure to be parsed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to