diff options
author | Francis Irving <francis@mysociety.org> | 2010-09-14 12:55:46 +0100 |
---|---|---|
committer | Francis Irving <francis@mysociety.org> | 2010-09-14 12:55:46 +0100 |
commit | 740246a4a18fca32ca6168d6e22af8cfc543d6b4 (patch) | |
tree | 9c47e8aa2f9bdffd7f567e6c95fe1d1ff00bbf7e | |
parent | 3b1462faa1b452c43eb41229495d075021b2ba5d (diff) |
Note.
-rw-r--r-- | todo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ Performance Regular expression library - change to faster one. Oniguruma isn't enough. This shows slowness: e = InfoRequestEvent.find(213700) - text = e.incoming_message.get_main_body_text + text = e.incoming_message.get_main_body_text (XXX alter to call internal not cache) IncomingMessage.remove_quoted_sections(text, "") |