commit | ad9c9bb5a93fe922dd5768ab4e84eed96d72083c | [log] [tgz] |
---|---|---|
author | Christian Heimes <christian@cheimes.de> | Sun Oct 13 02:00:09 2013 +0200 |
committer | Christian Heimes <christian@cheimes.de> | Sun Oct 13 02:00:09 2013 +0200 |
tree | 430b9c5deb045de8cc20e78f5e3b3091e45aa862 | |
parent | 84fc7081f55f517062b35d0e0628cdfa4f1b9d55 [diff] |
Remove import functools from re module. The re module imports functools but never uses it.
diff --git a/Lib/re.py b/Lib/re.py index fcea190..b41aab0 100644 --- a/Lib/re.py +++ b/Lib/re.py
@@ -121,7 +121,6 @@ import sys import sre_compile import sre_parse -import functools # public symbols __all__ = [ "match", "search", "sub", "subn", "split", "findall",