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, lemburg, martin.panter, python-dev, serhiy.storchaka
Date 2014-12-20.16:45:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419093903.17.0.951949803413.issue23071@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.4, "namereplace_errors" needs to be removed in the test:

    https://hg.python.org/cpython/rev/2b642f2ca391#l2.17

======================================================================
FAIL: test_all (test.test_codecs.CodecsModuleTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.4.koobs-freebsd9/build/Lib/test/test_codecs.py", line 1668, in test_all
    self.assertCountEqual(api, codecs.__all__)
AssertionError: Element counts were not equal:
First has 1, Second has 0:  'namereplace_errors'

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%209.x%203.4/builds/645/steps/test/logs/stdio
History
Date User Action Args
2014-12-20 16:45:03berker.peksagsetrecipients: + berker.peksag, lemburg, python-dev, martin.panter, serhiy.storchaka
2014-12-20 16:45:03berker.peksagsetmessageid: <1419093903.17.0.951949803413.issue23071@psf.upfronthosting.co.za>
2014-12-20 16:45:03berker.peksaglinkissue23071 messages
2014-12-20 16:45:02berker.peksagcreate