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 berker.peksag
Recipients berker.peksag, larry, martin.panter, ncoghlan, ned.deily, python-dev, r.david.murray, ronaldoussoren, serhiy.storchaka, yselivanov
Date 2016-02-04.06:56:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454568992.94.0.697159309917.issue25660@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2016-02-04 06:56:32berker.peksagsetrecipients: + berker.peksag, ronaldoussoren, ncoghlan, larry, ned.deily, r.david.murray, python-dev, martin.panter, serhiy.storchaka, yselivanov
2016-02-04 06:56:32berker.peksagsetmessageid: <1454568992.94.0.697159309917.issue25660@psf.upfronthosting.co.za>
2016-02-04 06:56:32berker.peksaglinkissue25660 messages
2016-02-04 06:56:32berker.peksagcreate