[issue975330] Inconsistent newline handling in email module

2012-05-28 Thread R. David Murray
R. David Murray added the comment: I almost applied this patch, but my gut is having second thoughts about it. I don't think this is the correct solution. The correct solution would be to delay the encoding of the body part until the message generation phase, and use the requested linesep a

[issue975330] Inconsistent newline handling in email module

2011-06-25 Thread Dave King
Dave King added the comment: Added some tests against the patch provided by R. David Murray. See attached patch. Tests pass against default. -- nosy: +davbo Added file: http://bugs.python.org/file22473/base_encode_tests.patch ___ Python tracker

[issue975330] Inconsistent newline handling in email module

2011-04-05 Thread R. David Murray
R. David Murray added the comment: Well, it's two years later, but I did look at this during the sprints at PyCon, though I didn't get as far as posting it then (I only just now rediscovered the patch on my laptop). Python3 no longer has a "binary" flag on base64mime.encode, so here is a pro

[issue975330] Inconsistent newline handling in email module

2011-03-24 Thread R. David Murray
Changes by R. David Murray : -- versions: -Python 2.7, Python 3.1, Python 3.2 ___ Python tracker ___ ___ Python-bugs-list mailing li

[issue975330] Inconsistent newline handling in email module

2011-03-13 Thread R. David Murray
Changes by R. David Murray : -- versions: +Python 2.7, Python 3.1, Python 3.2, Python 3.3 -Python 2.6 ___ Python tracker ___ ___ Pyth

[issue975330] Inconsistent newline handling in email module

2010-05-05 Thread Barry A. Warsaw
Changes by Barry A. Warsaw : -- assignee: barry -> r.david.murray nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list m

[issue975330] Inconsistent newline handling in email module

2009-02-14 Thread Daniel Diniz
Daniel Diniz added the comment: Email sprint candidate. -- keywords: +easy, patch nosy: +ajaksu2 stage: -> test needed type: -> behavior versions: +Python 2.6 ___ Python tracker