From: Guenter M. <mi...@us...> - 2011-07-06 07:43:24
|
On 2011-07-05, Arfrever Frehtes Taifersar Arahesis wrote: > [-- Type: text/plain, Encoding: quoted-printable --] > This ignored exception occurs only with Python 3 (even without '> /dev/null'). > I use Docutils trunk r7071. > $ touch test.rst $ rst2html.py-2.7 test.rst > /dev/null $ > rst2html.py-3.2 test.rst > /dev/null Exception ValueError: 'I/O > operation on closed file.' in <_io.TextIOWrapper name='<stdout>' > mode='w' encoding='UTF-8'> ignored Can you run rst2html.py-3.2 test.rst --traceback > /dev/null and report the traceback, please. Günter |