[issue25660] tabs don't work correctly in python repl

Berker Peksag report at bugs.python.org
Thu Feb 4 01:56:32 EST 2016


Berker Peksag added the comment:

Thanks, Yury!

Look like we forgot to update test_rcompleter:

======================================================================
FAIL: test_complete (test.test_rlcompleter.TestRlcompleter)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/ssd/buildbot/buildarea/3.5.gps-ubuntu-exynos5-armv7l/build/Lib/test/test_rlcompleter.py", line 82, in test_complete
    self.assertEqual(completer.complete('', 0), '\t')
AssertionError: '' != '\t'
+ 

http://buildbot.python.org/all/builders/ARMv7%20Ubuntu%203.5/builds/576/steps/test/logs/stdio

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25660>
_______________________________________


More information about the Python-bugs-list mailing list