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 serhiy.storchaka
Recipients bob.ippolito, pitrou, serhiy.storchaka, vstinner
Date 2017-09-19.11:10:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505819403.47.0.58206659393.issue6986@psf.upfronthosting.co.za>
In-reply-to
Content
Could you please add a comment for test_make_encoder Victor? Invalid arguments are passed to c_make_encoder, but it raises a TypeError not because wrong types of argument, but because the number of arguments is  insufficient. At first glance it looks as an error in the test. Only reading this issue give a hint that perhaps this is intentional. But there is no reference to this issue in the test.
History
Date User Action Args
2017-09-19 11:10:03serhiy.storchakasetrecipients: + serhiy.storchaka, bob.ippolito, pitrou, vstinner
2017-09-19 11:10:03serhiy.storchakasetmessageid: <1505819403.47.0.58206659393.issue6986@psf.upfronthosting.co.za>
2017-09-19 11:10:03serhiy.storchakalinkissue6986 messages
2017-09-19 11:10:03serhiy.storchakacreate