Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)
commit1cc1476a3a8fdab3d60fdfcaf987bd3676a37c45
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 11 Sep 2009 14:24:35 +0000 (11 14:24 +0000)
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>
Fri, 11 Sep 2009 14:24:35 +0000 (11 14:24 +0000)
tree6ed7ce803680b97fcf0e8ea81f82e2871b7ce614
parentd375294c2488874e0e7f2a9e3e2410bd52b2e460
Fix [ 2809965 ] Test suite failure on Windows (CR/LF incompatibility)

FileOutput now open files in text mode again. As there is a BinaryFileOutput
class too, I suppose the change to "wb" instead of "w" is a side-effect of
the latest Python-3 compatibility change.

git-svn-id: https://docutils.svn.sourceforge.net/svnroot/docutils/trunk/docutils@6125 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
docutils/io.py