diff options
author | E-Paine <63801254+E-Paine@users.noreply.github.com> | 2021-05-22 12:09:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-22 12:09:54 (GMT) |
commit | e9f66aedf44ccc3be27975cfb070a44ce6a6bd13 (patch) | |
tree | 36f72875a329fa2785a8c3a60fdc15a8954ef09e /Lib/xml | |
parent | a9e43615c2e1fc5dd60063c1509e8b1c5daad095 (diff) | |
download | cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.zip cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.gz cpython-e9f66aedf44ccc3be27975cfb070a44ce6a6bd13.tar.bz2 |
Remove effbot urls (GH-26308)
Diffstat (limited to 'Lib/xml')
-rw-r--r-- | Lib/xml/etree/ElementPath.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/xml/etree/ElementPath.py b/Lib/xml/etree/ElementPath.py index 1cbd839..0d401db 100644 --- a/Lib/xml/etree/ElementPath.py +++ b/Lib/xml/etree/ElementPath.py @@ -226,7 +226,6 @@ def prepare_parent(next, token): def prepare_predicate(next, token): # FIXME: replace with real parser!!! refs: - # http://effbot.org/zone/simple-iterator-parser.htm # http://javascript.crockford.com/tdop/tdop.html signature = [] predicate = [] |