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.
Created on 2017年10月05日 13:41 by vstinner, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg303765 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年10月05日 13:41 | |
haypo@selma$ ./python -m test test_builtin test_builtin -v ====================================================================== FAIL: test_input_tty_non_ascii (test.test_builtin.PtyTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/haypo/prog/python/master/Lib/test/test_builtin.py", line 1717, in test_input_tty_non_ascii self.check_input_tty("prompté", b"quux\xe9", "utf-8") File "/home/haypo/prog/python/master/Lib/test/test_builtin.py", line 1708, in check_input_tty self.assertEqual(input_result, expected) AssertionError: 'quux' != 'quux\udce9' - quux + quux\udce9 ? + ====================================================================== FAIL: test_input_tty_non_ascii_unicode_errors (test.test_builtin.PtyTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/haypo/prog/python/master/Lib/test/test_builtin.py", line 1721, in test_input_tty_non_ascii_unicode_errors self.check_input_tty("prompté", b"quux\xe9", "ascii") File "/home/haypo/prog/python/master/Lib/test/test_builtin.py", line 1708, in check_input_tty self.assertEqual(input_result, expected) AssertionError: 'quux' != 'quux\udce9' - quux + quux\udce9 ? + |
|||
| msg303766 - (view) | Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) | Date: 2017年10月05日 13:50 | |
This is a duplicate of issue13886 (and several other issues). Why do you think that this issue is easy? |
|||
| msg303767 - (view) | Author: STINNER Victor (vstinner) * (Python committer) | Date: 2017年10月05日 13:51 | |
> Why do you think that this issue is easy? I'm not sure that it's easy :-) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:53 | admin | set | github: 75884 |
| 2017年10月05日 13:51:22 | vstinner | set | messages: + msg303767 |
| 2017年10月05日 13:50:59 | serhiy.storchaka | set | status: open -> closed superseder: test_builtin.PtyTests fail on non-ASCII characters if the readline module is loaded nosy: + serhiy.storchaka messages: + msg303766 resolution: duplicate stage: resolved |
| 2017年10月05日 13:41:53 | vstinner | create | |