mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Reference cycle fixes
This commit is contained in:
parent
8fcaa92c5f
commit
73678dac48
4 changed files with 144 additions and 144 deletions
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue