diff options
author | Thaddeus1499 <104600742+Thaddeus1499@users.noreply.github.com> | 2022-05-02 18:22:05 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-02 18:22:05 (GMT) |
commit | e48da7264765041d8df71c21e3664b93d2b98f32 (patch) | |
tree | bcc75e217e02d8b1d9be9010a2bb278d4f36086a /Lib | |
parent | d113674b3e20ee35ca8890650f7c0b3912f14fef (diff) | |
download | cpython-e48da7264765041d8df71c21e3664b93d2b98f32.zip cpython-e48da7264765041d8df71c21e3664b93d2b98f32.tar.gz cpython-e48da7264765041d8df71c21e3664b93d2b98f32.tar.bz2 |
[3.9] Remove effbot urls (GH-26308). (#92162)
(cherry picked from commit e9f66aedf44ccc3be27975cfb070a44ce6a6bd13)
Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
Diffstat (limited to 'Lib')
-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 880ea7bd..493c026 100644 --- a/Lib/xml/etree/ElementPath.py +++ b/Lib/xml/etree/ElementPath.py @@ -225,7 +225,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 = [] |