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.10:38:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482230331.59.0.583316950548.issue28945@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like a simpler alternative is to just change

boundary = self.get_param('boundary', missing)
to
boundary = self.get_param('boundary', missing, unquote=False)

and let collapse_rfc2231_value do the unquoting
History
Date User Action Args
2016-12-20 10:38:51bpoaugustsetrecipients: + bpoaugust, barry, r.david.murray, Eric Lafontaine
2016-12-20 10:38:51bpoaugustsetmessageid: <1482230331.59.0.583316950548.issue28945@psf.upfronthosting.co.za>
2016-12-20 10:38:51bpoaugustlinkissue28945 messages
2016-12-20 10:38:51bpoaugustcreate