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 Nick Barnes
Recipients Nick Barnes
Date 2008-11-25.11:03:50
SpamBayes Score 0.0002073853
Marked as misclassified No
Message-id <1227611033.17.0.24847692202.issue4425@psf.upfronthosting.co.za>
In-reply-to
Content
'/'.encode('utf7') returns '+AC8-'.  It should return '/'.  See RFC 2152.

'/'.decode('utf7') raises an exception (this is a special case of a
general problem with UTF-7 decoding, which I will report as a separate bug).
History
Date User Action Args
2008-11-25 11:03:53Nick Barnessetrecipients: + Nick Barnes
2008-11-25 11:03:53Nick Barnessetmessageid: <1227611033.17.0.24847692202.issue4425@psf.upfronthosting.co.za>
2008-11-25 11:03:51Nick Barneslinkissue4425 messages
2008-11-25 11:03:50Nick Barnescreate