]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
authorGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 22:49:43 +0000 (22:49 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 13 Mar 2007 22:49:43 +0000 (22:49 +0000)
commit4aef7275cb993e18cdddf8ae8615d44f757fd717
treed5b516f862e170ea3a866807f8e1b4e1947d6284
parent7e2b6bb24f58d134239cd2641cb5a6b4dbc3c917
Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters
with ASCII value less than 32. Also, it correctly quotes dots only if
they occur on a single line, as opposed to the previous behavior of
quoting dots if they are the second character of any line.
Lib/test/test_binascii.py
Misc/NEWS
Modules/binascii.c