Add note about changes in xml.sax.expatreader.

This commit is contained in:
Fred Drake 2002-04-04 19:36:15 +00:00
parent da204daeaa
commit fed7e85791
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ Library
- warnings.warn now accepts a Warning instance as first argument.
- The xml.sax.expatreader.ExpatParser class will no longer create
circular references by using itself as the locator that gets passed
to the content handler implementation. [SF bug #535474]
Tools/Demos
- freeze.py now produces binaries which can import shared modules,