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 conf
Recipients benjamin.peterson, conf, ncoghlan, pitrou, trott
Date 2009-06-15.13:02:27
SpamBayes Score 3.2013402e-06
Marked as misclassified No
Message-id <1245070950.41.0.579637036454.issue5811@psf.upfronthosting.co.za>
In-reply-to
Content
Ok
A new patch without read1() changes.
Only one test fails, a read1() test:

======================================================================
FAIL: test_read1 (test.test_io.PyBufferedRWPairTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/lucas/Codes/python-stuff/py3k/Lib/test/test_io.py", line
1139, in test_read1
    self.assertEqual(pair.read1(3), b"abc")
AssertionError: b'a' != b'abc'


Since I've changed peek_unlocked() (which is used once by read1()), I
guess there's a problem with read1() expectations about it.
History
Date User Action Args
2009-06-15 13:02:30confsetrecipients: + conf, ncoghlan, pitrou, benjamin.peterson, trott
2009-06-15 13:02:30confsetmessageid: <1245070950.41.0.579637036454.issue5811@psf.upfronthosting.co.za>
2009-06-15 13:02:29conflinkissue5811 messages
2009-06-15 13:02:28confcreate