]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:45 +0000 (17:08 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 16 Nov 2006 17:08:45 +0000 (17:08 +0000)
commit25aabf4cbb7ff8d1a38f8ef4602a409c00474a30
tree507c752da3d870c6e4effd4cbae4f9df9ec287da
parent540821183b0a6105d5cf262db837332b14e0e259
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.
Lib/test/test_binascii.py
Misc/NEWS
Modules/binascii.c