]> granicus.if.org Git - python/commit
Bug #1588217: don't parse "= " as a soft line break in binascii's
authorGeorg Brandl <georg@python.org>
Thu, 16 Nov 2006 17:08:48 +0000 (17:08 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 16 Nov 2006 17:08:48 +0000 (17:08 +0000)
commitdd3bffb679f8c76ffb1ac9a9a4a7fb515e0f4447
tree3d875537eb95d43fb5f72a032f3eb1b475ccdf90
parent7563191cf6d6794c58c2ae3a4d0aa8e59f91f5db
Bug #1588217: don't parse "= " as a soft line break in binascii's
a2b_qp() function, instead leave it in the string as quopri.decode()
does.
 (backport from rev. 52765)
Lib/test/test_binascii.py
Misc/NEWS
Modules/binascii.c