This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author francismb
Recipients barry, ezio.melotti, francismb, r.david.murray, serhiy.storchaka
Date 2013-11-19.21:49:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1384897792.27.0.0999567730405.issue19626@psf.upfronthosting.co.za>
In-reply-to
Content
Actual tip:
changeset: 87276:2012e85638d9
date: Tue Nov 19 11:43:38 2013 -0800

It's a fresh clone, then:
make clean
./configure --with-pydebug
make -j4
./python -OO -m test -v test_email

== CPython 3.4.0a4+ (default:2012e85638d9, Nov 19 2013, 22:40:39) [GCC 4.7.2]
==   Linux-3.2.0-4-amd64-x86_64-with-debian-7.2 little-endian
==   /home/ci/Prog/cpython_test/cpython/build/test_python_30828
Testing with flags: sys.flags(debug=0, inspect=0, interactive=0, optimize=2, dont_write_bytecode=0, no_user_site=0, no_site=0, igno
re_environment=0, verbose=0, bytes_warning=0, quiet=0, hash_randomization=1, isolated=0)
[1/1] test_email
test_b_case_ignored (test__encoded_words.TestDecode) ... ok
....
and so on
....

Ran 1516 tests in 8.313s

OK (skipped=1)
1 test OK.
History
Date User Action Args
2013-11-19 21:49:52francismbsetrecipients: + francismb, barry, ezio.melotti, r.david.murray, serhiy.storchaka
2013-11-19 21:49:52francismbsetmessageid: <1384897792.27.0.0999567730405.issue19626@psf.upfronthosting.co.za>
2013-11-19 21:49:52francismblinkissue19626 messages
2013-11-19 21:49:51francismbcreate