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 Arfrever
Recipients Arfrever, gvanrossum, larry, levkivskyi, ncoghlan, ned.deily, rhettinger, yan12125
Date 2016-10-09.05:29:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475990951.02.0.274962948643.issue28339@psf.upfronthosting.co.za>
In-reply-to
Content
All tests from test_functools.py now pass.

test.test_collections.TestCollectionABCs.test_ByteString() from test_collections.py still fails (as reported in msg277953).

LD_LIBRARY_PATH="$(pwd)" ./python -c 'import runpy, typing; runpy.run_module("test")' -v test_collections
History
Date User Action Args
2016-10-09 05:29:11Arfreversetrecipients: + Arfrever, gvanrossum, rhettinger, ncoghlan, larry, ned.deily, levkivskyi, yan12125
2016-10-09 05:29:11Arfreversetmessageid: <1475990951.02.0.274962948643.issue28339@psf.upfronthosting.co.za>
2016-10-09 05:29:11Arfreverlinkissue28339 messages
2016-10-09 05:29:10Arfrevercreate