Commit graph

3 commits

Author SHA1 Message Date
drochner
e93d41d5a3 add a patch originating from eric4 (the IDE) which supposedly fixes
a problem with foreign characters
bump PKGREVISION
2010-05-08 15:28:02 +00:00
hasso
b5f754522b Make it build with python 2.6 - 'as' is is a reserved keyword in there. 2009-06-04 09:31:04 +00:00
recht
cd32bcea7c Re-import of pyxml as py-xml to match Python module naming convention.
Addresses PR pkg/23999 by Michal Pasternak.
ok'ed by drochner@

The PyXML package is a collection of libraries to process XML with Python. It
contains, among other things

    xmlproc: a validating XML parser.
    sgmlop: a C helper module that can speed-up xmllib.py and sgmllib.py by a
	factor of 5.
    PySAX: SAX 1 and SAX2 libraries with drivers for most of the parsers.
    4DOM: A fully compliant DOM Level 2 implementation
    javadom: An adapter from Java DOM implementations to the standard Python
	DOM binding.
    pulldom: a DOM implementation that supports lazy instantiation of nodes.
    marshal: a module with several options for serializing Python objects to
	XML, including WDDX and XML-RPC.
    unicode: a helper module for Python 1.5 users who need conversions between
	UTF-8 and ISO-8859-?.
2004-01-23 15:25:39 +00:00