cpython/Lib/xml/sax
Antoine Pitrou 7f08102bc6 Merged revisions 85858 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r85858 | antoine.pitrou | 2010-10-27 20:33:30 +0200 (mer., 27 oct. 2010) | 5 lines

  Issue #5027: The standard `xml` namespace is now understood by
  xml.sax.saxutils.XMLGenerator as being bound to
  http://www.w3.org/XML/1998/namespace.  Patch by Troy J. Farrell.
........
2010-10-27 18:43:21 +00:00
..
__init__.py replace has_key with 'in' operator 2009-10-09 22:15:50 +00:00
_exceptions.py
expatreader.py #4490 Fix sample code run by "python -m xml.sax.xmlreader" 2009-06-22 19:33:48 +00:00
handler.py
saxutils.py Merged revisions 85858 via svnmerge from 2010-10-27 18:43:21 +00:00
xmlreader.py issue#6442 use in operator instead of has_key 2010-02-23 19:34:06 +00:00