]> granicus.if.org Git - python/commit
Change the name of the exception from "pyexpat.error" to
authorFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 04:55:48 +0000 (04:55 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 23 Sep 2000 04:55:48 +0000 (04:55 +0000)
commit93adb6918ce86efbb19620d88a7d2acb18427b37
treeddb22ee078b7697882d4ebd11779178500b6536d
parent96ea196ea895ff9922338663a2967ae747fd205a
Change the name of the exception from "pyexpat.error" to
"xml.parsers.expat.error", so it will reflect the public name of the
exception rather than the internal name.

Also change some of the initialization to use the new PyModule_Add*()
convenience functions.
Modules/pyexpat.c