Reference cycle fixes
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 @@
 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.
 """