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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2009-04-01.11:53:29
SpamBayes Score 1.3304508e-07
Marked as misclassified No
Message-id <1238586810.86.0.465926636353.issue5645@psf.upfronthosting.co.za>
In-reply-to
Content
regrtest.py test_memoryio fails various tests, including:
Traceback (most recent call last):
  File "D:\pydev\python\branches\py3k\lib\test\test_memoryio.py", line 
516, in test_issue5265
    self.assertEqual(memio.read(5), "a\nb\n")
AssertionError: 'a\n\nb\n' != 'a\nb\n'

Windows Vista.
History
Date User Action Args
2009-04-01 11:53:31kristjan.jonssonsetrecipients: + kristjan.jonsson
2009-04-01 11:53:30kristjan.jonssonsetmessageid: <1238586810.86.0.465926636353.issue5645@psf.upfronthosting.co.za>
2009-04-01 11:53:29kristjan.jonssonlinkissue5645 messages
2009-04-01 11:53:29kristjan.jonssoncreate