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 christian.heimes
Recipients ajaksu2, christian.heimes, mark
Date 2008-08-28.18:34:13
SpamBayes Score 0.00010124041
Marked as misclassified No
Message-id <1219948483.59.0.00111686047688.issue2501@psf.upfronthosting.co.za>
In-reply-to
Content
I've a better idea:


    while buffer: 

It's faster and works for both empty bytes and str.

The patch fixes the issue and re-enables three unit tests.
History
Date User Action Args
2008-08-28 18:34:43christian.heimessetrecipients: + christian.heimes, ajaksu2, mark
2008-08-28 18:34:43christian.heimessetmessageid: <1219948483.59.0.00111686047688.issue2501@psf.upfronthosting.co.za>
2008-08-28 18:34:15christian.heimeslinkissue2501 messages
2008-08-28 18:34:14christian.heimescreate