]> granicus.if.org Git - python/commit
Issue #24848: Fixed yet one bug in UTF-7 decoder. Testing for BASE64 character
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 06:33:11 +0000 (09:33 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 10 Oct 2015 06:33:11 +0000 (09:33 +0300)
commit462502b08484796d9a4b981aee5becac574ee43a
treee39673830735e2789b2cf5ab16771350a5f382b0
parent9918775206b86ba9a2af0287ec48c28ef3504dce
Issue #24848: Fixed yet one bug in UTF-7 decoder.  Testing for BASE64 character
was locale depending.
Lib/test/test_codecs.py
Objects/unicodeobject.c