diff options
author | Paul Prescod <prescod@prescod.net> | 2000-07-01 04:58:47 (GMT) |
---|---|---|
committer | Paul Prescod <prescod@prescod.net> | 2000-07-01 04:58:47 (GMT) |
commit | 73678dac48e5858e40cba6d526970cba7e7c769c (patch) | |
tree | 9cb93c23e4a2cd4a881e86694f8204e33c2ed106 /Lib/xml/__init__.py | |
parent | 8fcaa92c5f4290c0ea31f2680c87635bc751303f (diff) | |
download | cpython-73678dac48e5858e40cba6d526970cba7e7c769c.zip cpython-73678dac48e5858e40cba6d526970cba7e7c769c.tar.gz cpython-73678dac48e5858e40cba6d526970cba7e7c769c.tar.bz2 |
Reference cycle fixes
Diffstat (limited to 'Lib/xml/__init__.py')
-rw-r--r-- | Lib/xml/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/xml/__init__.py b/Lib/xml/__init__.py index a892772..7daa4ea 100644 --- a/Lib/xml/__init__.py +++ b/Lib/xml/__init__.py @@ -8,6 +8,6 @@ dom -- The W3C Document Object Model. This supports DOM Level 1 + parser -- Python wrappers for XML parsers (currently only supports Expat). sax -- The Simple API for XML, developed by XML-Dev, led by David - Megginson. This supports the SAX 2 API. - + Megginson and ported to Python by Lars Marius Garsholm. This + supports the SAX 2 API. """ |