diff options
| author | Christian Heimes <christian@cheimes.de> | 2013-10-13 02:00:09 +0200 |
|---|---|---|
| committer | Christian Heimes <christian@cheimes.de> | 2013-10-13 02:00:09 +0200 |
| commit | ad9c9bb5a93fe922dd5768ab4e84eed96d72083c (patch) | |
| tree | 430b9c5deb045de8cc20e78f5e3b3091e45aa862 /Lib | |
| parent | 84fc7081f55f517062b35d0e0628cdfa4f1b9d55 (diff) | |
| download | cpython-git-ad9c9bb5a93fe922dd5768ab4e84eed96d72083c.tar.gz | |
Remove import functools from re module. The re module imports functools but never uses it.
Diffstat (limited to 'Lib')
| -rw-r--r-- | Lib/re.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -121,7 +121,6 @@ This module also defines an exception 'error'. import sys import sre_compile import sre_parse -import functools # public symbols __all__ = [ "match", "search", "sub", "subn", "split", "findall", |
