[XML-SIG] CRLF in .py sources

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Wed, 20 Sep 2000 20:38:00 +0200


I noticed a number of files in the PyXML CVS repository contain CRLF
as line-ending, which confuses compileall; see the list of files
below.  Are there any objections to change these files to have
Unix-style line endings? 

CVS would still retrieve them with CRLF on Windows, even if they have
LF as line ending in the repository. Removing the CR characters would
mean that every line in the file changes.

Regards,
Martin

demo/xmlproc/dtd2schema.py
demo/xmlproc/dtdcmd.py
demo/xmlproc/outputters.py
demo/xmlproc/wxValidator.py
xml/parsers/xmlproc/catalog.py
xml/parsers/xmlproc/charconv.py
xml/parsers/xmlproc/dtdparser.py
xml/parsers/xmlproc/errors.py
xml/parsers/xmlproc/namespace.py
xml/parsers/xmlproc/utils.py
xml/parsers/xmlproc/xcatalog.py
xml/parsers/xmlproc/xmlapp.py
xml/parsers/xmlproc/xmldtd.py
xml/parsers/xmlproc/xmlproc.py
xml/parsers/xmlproc/xmlutils.py
xml/parsers/xmlproc/xmlval.py
xml/sax/drivers/drv_htmllib.py
xml/sax/drivers/drv_pyexpat.py
xml/sax/drivers/drv_sgmllib.py
xml/sax/drivers/drv_sgmlop.py
xml/sax/drivers/drv_xmldc.py
xml/sax/drivers/drv_xmllib.py
xml/sax/drivers/drv_xmlproc.py
xml/sax/drivers/drv_xmlproc_val.py
xml/sax/drivers/drv_xmltoolkit.py
xml/sax/drivers/pylibs.py
xml/sax/sax2exts.py
xml/sax/saxexts.py
xml/sax/saxlib.py
xml/sax/saxutils.py
xml/sax/drivers2/drv_pyexpat.py
xml/sax/drivers2/drv_xmlproc.py