[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread R. David Murray
R. David Murray added the comment: Committed in r88203. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread STINNER Victor
STINNER Victor added the comment: The new test fails without the fix, and it pass with the fix. The fix itself looks correct because I wrote a similar patch :-) Go on. -- ___ Python tracker __

[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread R. David Murray
R. David Murray added the comment: OK, so let's try again, since roundup saw fit to clear the upload field on me... -- Added file: http://bugs.python.org/file20537/bytes_generator_none_body.patch ___ Python tracker

[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread R. David Murray
R. David Murray added the comment: Here's the patch and test. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe

[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread STINNER Victor
STINNER Victor added the comment: (Patch without patch from #9124) -- keywords: +patch nosy: +haypo Added file: http://bugs.python.org/file20535/BytesGenerator_handle_text.patch ___ Python tracker

[issue11019] BytesGenerator fails if the Message body is None

2011-01-26 Thread R. David Murray
New submission from R. David Murray : This was discovered by Haypo during work on #9124. I'll attach a patch with test shortly. -- assignee: r.david.murray messages: 127139 nosy: r.david.murray priority: high severity: normal stage: commit review status: open title: BytesGenerator fail