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 bpoaugust
Recipients Eric Lafontaine, barry, bpoaugust, r.david.murray
Date 2016-12-20.11:07:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482232063.98.0.152897991496.issue28945@psf.upfronthosting.co.za>
In-reply-to
Content
According to RFC822, a quoted-string should only be wrapped in double-quotes. 

So I'm not sure why unquote treats <> as quotes. If it did not, then again this issue would not arise.

However maybe utils.unquote is needed by other code that uses <>, so it cannot just be updated without further analysis.
History
Date User Action Args
2016-12-20 11:07:44bpoaugustsetrecipients: + bpoaugust, barry, r.david.murray, Eric Lafontaine
2016-12-20 11:07:43bpoaugustsetmessageid: <1482232063.98.0.152897991496.issue28945@psf.upfronthosting.co.za>
2016-12-20 11:07:43bpoaugustlinkissue28945 messages
2016-12-20 11:07:43bpoaugustcreate