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 loewis
Recipients georg.brandl, loewis, pitrou, terry.reedy
Date 2008-11-30.13:48:27
SpamBayes Score 0.00045439333
Marked as misclassified No
Message-id <1228052911.06.0.801598122852.issue4387@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patches that fixes the problem.

Notice that this affects the email API; base64mime.body_encode now also
requires bytes (whereas quoprimime remains unchanged).

There are probably more functions that still incorrectly accept strings,
e.g. zlib.crc32.
History
Date User Action Args
2008-11-30 13:48:31loewissetrecipients: + loewis, georg.brandl, terry.reedy, pitrou
2008-11-30 13:48:31loewissetmessageid: <1228052911.06.0.801598122852.issue4387@psf.upfronthosting.co.za>
2008-11-30 13:48:30loewislinkissue4387 messages
2008-11-30 13:48:30loewiscreate