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.

classification
Title: binascii.b2a_qp does not handle binary data correctly
Type: Stage:
Components: Extension Modules Versions:
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: ehuss, georg.brandl
Priority: normal Keywords: patch

Created on 2005-04-18 21:10 by ehuss, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
binascii.patch ehuss, 2005-04-18 21:10 Fix for b2a_qp not encoding chars <32
Messages (2)
msg48240 - (view) Author: Eric Huss (ehuss) Date: 2005-04-18 21:10
The binascii.b2a_qp function does not quote characters 
with ASCII values less than 32.

Attached is a patch to fix this problem.
msg48241 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-13 22:50
Thanks for the patch, used it in rev. 54367. Not backporting since this is a behavior change.
History
Date User Action Args
2022-04-11 14:56:10adminsetgithub: 41875
2005-04-18 21:10:24ehusscreate