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 benjamin.peterson
Recipients benjamin.peterson, schuppenies
Date 2008-06-12.22:13:15
SpamBayes Score 0.033324424
Marked as misclassified No
Message-id <1213308797.17.0.524206441717.issue3098@psf.upfronthosting.co.za>
In-reply-to
Content
test test_sys failed -- Traceback (most recent call last):
  File "/temp/python/trunk/Lib/test/test_sys.py", line 549, in
test_specialtypes
    size2=basicsize + sys.getsizeof(str(s)))
  File "/temp/python/trunk/Lib/test/test_sys.py", line 429, in check_sizeof
    self.assertEqual(result, size2, msg + str(size2))
AssertionError: wrong size for <type 'unicode'>: got 28, expected
50.5109328552
History
Date User Action Args
2008-06-12 22:13:17benjamin.petersonsetspambayes_score: 0.0333244 -> 0.033324424
recipients: + benjamin.peterson, schuppenies
2008-06-12 22:13:17benjamin.petersonsetspambayes_score: 0.0333244 -> 0.0333244
messageid: <1213308797.17.0.524206441717.issue3098@psf.upfronthosting.co.za>
2008-06-12 22:13:16benjamin.petersonlinkissue3098 messages
2008-06-12 22:13:15benjamin.petersoncreate