• R David Murray's avatar
    #1672568: email now registers defects for base64 payload format errors. · 80e0aee9
    R David Murray yazdı
    Which also means that it is now producing *something* for any base64
    payload, which is what leads to the couple of older test changes in
    test_email.  This is a slightly backward incompatible behavior change,
    but the new behavior is so much more useful than the old (you can now
    *reliably* detect errors, and any program that was detecting errors by
    sniffing for a base64 return from get_payload(decode=True) and then doing
    its own error-recovery decode will just get the error-recovery decode
    right away).  So this seems to me to be worth the small risk inherent
    in this behavior change.
    
    This patch also refactors the defect tests into a separate test file,
    since they are no longer just parser tests.
    80e0aee9
Adı
Son kayıt (commit)
Son güncelleme
..
c-api Loading commit data...
data Loading commit data...
distutils Loading commit data...
extending Loading commit data...
faq Loading commit data...
howto Loading commit data...
includes Loading commit data...
install Loading commit data...
library Loading commit data...
packaging Loading commit data...
reference Loading commit data...
tools Loading commit data...
tutorial Loading commit data...
using Loading commit data...
whatsnew Loading commit data...
ACKS.txt Loading commit data...
Makefile Loading commit data...
README.txt Loading commit data...
about.rst Loading commit data...
bugs.rst Loading commit data...
conf.py Loading commit data...
contents.rst Loading commit data...
copyright.rst Loading commit data...
glossary.rst Loading commit data...
license.rst Loading commit data...
make.bat Loading commit data...