[issue1379416] email.Header encode() unicode P2.6

2010-12-27 Thread R. David Murray
R. David Murray added the comment: Committed to 2.7 in r87515. On second thought there's no reason to forward port the test because Python3 doesn't have the equivalent type-promotion issues. -- nosy: -BreamoreBoy resolution: -> fixed stage: patch review -> committed/rejected status:

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray : -- stage: unit test needed -> patch review ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
R. David Murray added the comment: I've attached a fix and test. I've uploaded them separately since the fix only applies to 2.7, but I want to put the test into 3.x as well. -- ___ Python tracker

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file18653/header_charset_fix.diff ___ Python tracker ___ ___ Python-bugs-lis

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread R. David Murray
Changes by R. David Murray : -- keywords: +patch Added file: http://bugs.python.org/file18652/header_encode_test.diff ___ Python tracker ___ ___

[issue1379416] email.Header encode() unicode P2.6

2010-08-26 Thread Mark Lawrence
Mark Lawrence added the comment: I believe that RDM is working on this sort of issue as part of email6. -- nosy: +BreamoreBoy versions: +Python 3.1, Python 3.2 -Python 2.6 ___ Python tracker

[issue1379416] email.Header encode() unicode P2.6

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

[issue1379416] email.Header encode() unicode P2.6

2010-04-23 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mai

[issue1379416] email.Header encode() unicode P2.6

2010-01-07 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti versions: +Python 2.7 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsu

[issue1379416] email.Header encode() unicode P2.6

2010-01-07 Thread Jean-Paul Calderone
Jean-Paul Calderone added the comment: Any hope of this being fixed? -- nosy: +exarkun ___ Python tracker ___ ___ Python-bugs-list

[issue1379416] email.Header encode() unicode P2.6

2009-03-23 Thread Jan Novak
Jan Novak added the comment: I made some new tests in P2.6.1 >>> import email.charset >>> c=email.charset.Charset('utf-8') >>> print c.input_charset, type(c.input_charset) utf-8 >>> print c.output_charset, type(c.output_charset) utf-8 but >>> c=email.charset.Charset('iso-8859-2') >>> print