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 zach.ware
Recipients benjamin.peterson, python-dev, serhiy.storchaka, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-07-01.16:17:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467389865.92.0.334171160027.issue23908@psf.upfronthosting.co.za>
In-reply-to
Content
I get one test failure:

ERROR: test_u (__main__.Unicode_TestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "P:\ath\to\cpython\lib\test\test_getargs2.py", line 782, in test_u
    self.assertEqual(getargs_u(u'nul:\0'), u'nul:')
TypeError: argument 1 must be unicode without null characters, not unicode

All other tests appear to pass.
History
Date User Action Args
2016-07-01 16:17:45zach.waresetrecipients: + zach.ware, vstinner, tim.golden, benjamin.peterson, python-dev, serhiy.storchaka, steve.dower
2016-07-01 16:17:45zach.waresetmessageid: <1467389865.92.0.334171160027.issue23908@psf.upfronthosting.co.za>
2016-07-01 16:17:45zach.warelinkissue23908 messages
2016-07-01 16:17:45zach.warecreate