Commit f236958e authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

speed up email parsing is included in python 2.7.9.

parent b89f76af
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
import os, re, sys import os, re, sys
if 1: if sys.version_info[:3] < (2, 7, 9):
# Speed up email parsing (see also http://bugs.python.org/issue1243730) # Speed up email parsing (see also http://bugs.python.org/issue1243730)
from email import parser, feedparser from email import parser, feedparser
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment