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 vstinner
Recipients Nick Barnes, ggenellina, lemburg, pitrou, vstinner
Date 2009-05-04.11:07:13
SpamBayes Score 7.198675e-08
Marked as misclassified No
Message-id <1241435234.36.0.314376899056.issue4426@psf.upfronthosting.co.za>
In-reply-to
Content
Copy of msg76404 from duplicate issue (#4425):
----
'/'.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
2009-05-04 11:07:14vstinnersetrecipients: + vstinner, lemburg, ggenellina, pitrou, Nick Barnes
2009-05-04 11:07:14vstinnersetmessageid: <1241435234.36.0.314376899056.issue4426@psf.upfronthosting.co.za>
2009-05-04 11:07:13vstinnerlinkissue4426 messages
2009-05-04 11:07:13vstinnercreate