From: Arfrever F. T. A. <arf...@gm...> - 2011-07-06 16:45:50
|
2011-07-06 09:12:36 Guenter Milde napisał(a): > 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. Unfortunately this command doesn't print any traceback. The output is the same as without --traceback option. The traceback is also not shown when stdout is not redirected to /dev/null. -- Arfrever Frehtes Taifersar Arahesis |