[issue12818] email.utils.formataddr incorrectly quotes parens inside quoted strings

2012-03-14 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue12818] email.utils.formataddr incorrectly quotes parens inside quoted strings

2012-03-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset ec191c51a15f by R David Murray in branch 'default': #12818: remove escaping of () in quoted strings in formataddr http://hg.python.org/cpython/rev/ec191c51a15f -- nosy: +python-dev ___ Python tracker

[issue12818] email.utils.formataddr incorrectly quotes parens inside quoted strings

2011-08-22 Thread R. David Murray
R. David Murray added the comment: Hmm. The output of formataddr is not actually incorrect, it just overquotes compared to what is required by the RFC. Attached is a fix, but since this isn't technically an RFC bug, I'm removing 3.2 and 2.7 from versions. -- keywords: -easy stage:

[issue12818] email.utils.formataddr incorrectly quotes parens inside quoted strings

2011-08-22 Thread R. David Murray
New submission from R. David Murray : The attached test case fails. -- assignee: r.david.murray files: formataddr_paren_test.patch keywords: easy, patch messages: 142725 nosy: r.david.murray priority: normal severity: normal status: open title: email.utils.formataddr incorrectly quotes p