commit | 184d55a8970142a18e2c9344b8bc97756d06d9f7 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Sep 11 02:22:48 2002 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Sep 11 02:22:48 2002 +0000 |
tree | a4d1a609e868325cafdc5070f1034fa823f1324b | |
parent | 93ad6a7a3b18c3718d781d2f352df7aef7b5b292 [diff] |
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.