Message11166

Author stefan.richthofer
Recipients stefan.richthofer
Date 2017-03-03.13:58:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488549506.87.0.864187082857.issue2563@psf.upfronthosting.co.za>
In-reply-to
Content
On Windows 10 I observe this or rather similar output frequently in test_io, test_io_jy and test_univnewlines:

Traceback (most recent call last):
  File "Lib\test\test_io.py", line 2504, in test_read_nonbytes
    t = self.TextIOWrapper(NonbytesStream('a'))
  File "D:\workspace\linux\Jython\ssh\jython\dist\Lib\_io.py", line 1037, in __init__
    raise ValueError("invalid encoding: %r" % encoding)
ValueError: invalid encoding: None

It always names one of these locations:

_io.py line 1037
_pyio.py line 1489
History
Date User Action Args
2017-03-03 13:58:26stefan.richthofersetrecipients: + stefan.richthofer
2017-03-03 13:58:26stefan.richthofersetmessageid: <1488549506.87.0.864187082857.issue2563@psf.upfronthosting.co.za>
2017-03-03 13:58:26stefan.richthoferlinkissue2563 messages
2017-03-03 13:58:26stefan.richthofercreate