This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author srid
Recipients srid
Date 2009-10-01.01:01:37
SpamBayes Score 1.0095947e-06
Marked as misclassified No
Message-id <1254358899.51.0.885628036765.issue7027@psf.upfronthosting.co.za>
In-reply-to
Content
This test failure occurs on Windows XP (x86) with 2.6.3.rc1

======================================================================
ERROR: Test seek/tell using the StatefulIncrementalDecoder.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\Python26\lib\test\test_io.py", line 1063, in testSeekAndTell
    testSeekAndTellWithData(input)
  File "C:\Python26\lib\test\test_io.py", line 1043, in
testSeekAndTellWithData
    decoded = f.read()
  File "C:\Python26\lib\io.py", line 1725, in read
    decoder = self._decoder or self._get_decoder()
  File "C:\Python26\lib\io.py", line 1514, in _get_decoder
    decoder = make_decoder(self._errors)
  File "C:\Python26\lib\test\test_io.py", line 636, in __init__
    codecs.IncrementalDecoder.__init__(self, errors)
AttributeError: 'NoneType' object has no attribute 'IncrementalDecoder'
History
Date User Action Args
2009-10-01 01:01:39sridsetrecipients: + srid
2009-10-01 01:01:39sridsetmessageid: <1254358899.51.0.885628036765.issue7027@psf.upfronthosting.co.za>
2009-10-01 01:01:38sridlinkissue7027 messages
2009-10-01 01:01:37sridcreate