Files
cpython/Modules
Miss Islington (bot) b1c800303e bpo-34941: Fix searching Element subclasses. (GH-9766)
Methods find(), findtext() and findall() of xml.etree.ElementTree.Element
were not able to find chldren which are instances of Element subclasses.
(cherry picked from commit b11c5667f9)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
2018-10-14 00:55:49 -07:00
..
2017-12-20 23:36:10 +02:00
2016-10-18 16:29:27 +02:00
2016-10-18 16:29:27 +02:00
2018-10-05 07:35:18 -07:00
2017-11-05 15:37:50 +02:00
2016-09-06 10:46:49 -07:00
2017-11-08 14:44:44 -08:00
2018-09-24 05:03:01 -07:00
2017-09-14 18:13:16 -07:00
2018-09-11 18:04:33 -07:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.