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 doko
Recipients doko, terry.reedy
Date 2018-02-12.10:43:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518432203.1.0.467229070634.issue32826@psf.upfronthosting.co.za>
In-reply-to
Content
seen with the 3.6 branch 20180212, last known succeeding test is the 3.6.4 release.

test test_idle failed -- Traceback (most recent call last):
  File "/home/packages/python/3.6/python3.6-3.6.4/Lib/idlelib/idle_test/test_help_about.py", line 78, in test_file_buttons
    self.assertEqual(f.readline().strip(), get('1.0', '1.end'))
  File "/home/packages/python/3.6/python3.6-3.6.4/build-debug/../Lib/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 1540: ordinal not in range(128)
History
Date User Action Args
2018-02-12 10:43:23dokosetrecipients: + doko, terry.reedy
2018-02-12 10:43:23dokosetmessageid: <1518432203.1.0.467229070634.issue32826@psf.upfronthosting.co.za>
2018-02-12 10:43:22dokolinkissue32826 messages
2018-02-12 10:43:22dokocreate