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 serhiy.storchaka
Recipients Arfrever, benjamin.peterson, ezio.melotti, lemburg, loewis, python-dev, serhiy.storchaka, terry.reedy
Date 2014-01-09.17:10:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389287446.85.0.145933343748.issue18960@psf.upfronthosting.co.za>
In-reply-to
Content
Now traceback test is failed.

http://buildbot.python.org/all/builders/AMD64%20Ubuntu%20LTS%203.3/builds/1358/steps/test/logs/stdio
======================================================================
FAIL: test_encoded_file (test.test_traceback.SyntaxTracebackCases)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/opt/python/3.3.langa-ubuntu/build/Lib/test/test_traceback.py", line 146, in test_encoded_file
    text, charset, 4)
  File "/opt/python/3.3.langa-ubuntu/build/Lib/test/test_traceback.py", line 129, in do_test
    stdout[1], lineno))
AssertionError: 'line 4' not found in '  File "@test_6376_tmp", line 3, in <module>' : Invalid line number: '  File "@test_6376_tmp", line 3, in <module>' instead of 4

----------------------------------------------------------------------
History
Date User Action Args
2014-01-09 17:10:46serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, loewis, terry.reedy, benjamin.peterson, ezio.melotti, Arfrever, python-dev
2014-01-09 17:10:46serhiy.storchakasetmessageid: <1389287446.85.0.145933343748.issue18960@psf.upfronthosting.co.za>
2014-01-09 17:10:46serhiy.storchakalinkissue18960 messages
2014-01-09 17:10:46serhiy.storchakacreate