]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
rfc822.unquote() doesn't properly de-backslash-ify in Python prior to
authorBarry Warsaw <barry@python.org>
Wed, 11 Sep 2002 02:22:48 +0000 (02:22 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 11 Sep 2002 02:22:48 +0000 (02:22 +0000)
commit184d55a8970142a18e2c9344b8bc97756d06d9f7
treea4d1a609e868325cafdc5070f1034fa823f1324b
parent93ad6a7a3b18c3718d781d2f352df7aef7b5b292
rfc822.unquote() doesn't properly de-backslash-ify in Python prior to
2.3.  This patch (adapted from Quinn Dunkan's SF patch #573204) fixes
the problem and should get ported to rfc822.py.
Lib/email/Utils.py