]> granicus.if.org Git - python/commit
Two changes:
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 6 Dec 2000 10:37:57 +0000 (10:37 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 6 Dec 2000 10:37:57 +0000 (10:37 +0000)
commitf7e84e12b3fd591b959ce0bcb1e84361694d685e
treefa735d5ae0dfddef3878f6efed59a44f09f889b8
parent21e4dd0492d7049494bfc2d35536517dbdeb47b3
Two changes:
- Use new Error class (subclass of RuntimeError so is backward
  compatible) which is raised when RuntimeError used to be raised.
- Report original attribute name in error messages instead of name
  mangled with namespace URL.
Lib/xmllib.py